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

fix(upload): correct url for cn-north-1 S3 region #126

Closed Starefossen closed 7 years ago

Starefossen commented 7 years ago

This fixes the returned S3 URL for the cn-north-1 AWS region.

Closes #123