Turistforeningen / node-s3-uploader

Flexible and efficient resize, rename, and upload images to Amazon S3 disk storage. Uses the official AWS Node SDK for transfer, and ImageMagick for image processing. Support for multiple image versions targets.
https://www.npmjs.com/package/s3-uploader
MIT License
241 stars 54 forks source link

Which one is correct? It's very confusing. #68

Closed kantaharikrishna closed 8 years ago

kantaharikrishna commented 8 years ago

Which set is correct from below?

awsBucketRegion: 'us-east-1', awsBucketPath: 'images/', awsBucketAcl: 'public-read',

OR

aws: { path: 'images/', region: 'us-east-1', acl: 'public-read' }

Which link from below do we need to follow? https://github.com/Turistforeningen/node-s3-uploader/blob/stable/0.x/README.md

OR

https://www.npmjs.com/package/s3-uploader

Starefossen commented 8 years ago

It depends on which version of s3-uploader your at: