This repository was archived by the owner on May 1, 2025. It is now read-only.
Releases: Turistforeningen/node-s3-uploader
Releases · Turistforeningen/node-s3-uploader
v1.0.0-rc.11
v1.0.0-rc.10
v1.0.0-rc.5
v1.0.0-rc.4
npm install s3-uploader@1.0.0-rc.4 --save
Package Dependencies:
- Bump im-resize dependency to ~2.2 (b017499)
Tests and Documentation:
- Add missing
formatversion option in README by @anthonyringoet #32 (acc17c5)
v1.0.0-rc.3
npm install s3-uploader@1.0.0-rc.3 --save
Bug Fixes:
Auto-rotate / auto-orient generated image versions (Turistforeningen/node-im-resize@9071914)
Package Dependencies:
- Bump im-resize dependency to ~2.1 (84c7550)
Tests and Documentation:
- Fix README indentation formatting by @anthonyringoet #31 (2ad8c87)
v1.0.0-rc.2
npm install s3-uploader@1.0.0-rc.2 --save
Bug Fixes:
- Set correct Content-Type for JPG images (82f927e)
v1.0.0-rc.1
npm install s3-uploader@1.0.0-rc.1 --save
Major Changes:
gmhas been replaced byim-resizeandim-metadata#24
Breaking Changes:
awsBucketRegionis replaced byaws.region(deprecated sincev0.7.0)awsBucketPathis replaced byaws.path(deprecated sincev0.7.0)awsBucketAclis replaced byaws.acl(deprecated sincev0.7.0)awsMaxRetriesis replaced byaws.maxRetries(deprecated sincev0.7.0)awsHttpTimeoutis replaced byaws.httpOptions.timeout(deprecated sincev0.7.0)awsAccessKeyIdis replaced byaws.accessKeyId(deprecated sincev0.7.0)awsSecretAccessKeyis replaced byaws.secretAccessKey(deprecated sincev0.7.0)tmpDiris replaced byresize.pathresizeQualityis replaced byresize.quality
New Features:
- image resize aspect ratio (
version.aspect) #24 - image resize background color (
version.background+version.flatten) #29 - images cleanup (
cleanup.original+cleanup.versions) #6 #7
Bug Fixes:
- Correctly resolve AWS S3 URL for
us-east-1region #28