v2.0.0-rc.1
Pre-release
Pre-release
Starefossen
released this
12 Nov 21:45
·
26 commits
to master
since this release
npm install [email protected]
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: