This repository was archived by the owner on May 1, 2025. It is now read-only.
v2.0.0
npm install s3-uploader@2.0.0
Breaking Changes:
You can configure s3-uploader to use the old path generator, but be warned that we do not recommend this for production systems with a lot of uploads as it may be prone to collisions.
var upload = new Upload(process.env.AWS_BUCKET_NAME, {
randomPath: require('@starefossen/rand-path')
});Major Changes: