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

Use node-uuid as default random path generator #52

Closed Starefossen closed 8 years ago

Starefossen commented 8 years ago

PR #41, and v1.1.0, introduced the possibility to use a custom random path generator such as node-uuid. The benefit with Universally unique identifiers are that they are guaranteed to be unique and we no longer need the collision check which will speed things up a little :smile:

This is a breaking change, so this will have to wait for v2.0.0 before we can do the switch.