aheckmann / gridfs-stream

Easily stream files to and from MongoDB
MIT License
615 stars 120 forks source link

custom _id #34

Closed sebastian-kreis closed 10 years ago

sebastian-kreis commented 10 years ago

Would you consider allowing custom _id s in the options at createWriteStream?

like:

{
    _id: 'EVSK3X5TNXJTAJKN', // custom Id
    filename: 'my_file.txt', //filename
}
aheckmann commented 10 years ago

sure!

Reggino commented 10 years ago

Fixed since #40