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

correct returned url from cn-north-1 #123

Closed AlanMoLun closed 7 years ago

AlanMoLun commented 7 years ago

If the S3 bucket is in China region cn-north-1, the original returned url is not considered. please use this change to get the correct url

Starefossen commented 7 years ago

I have updated this PR in #126. Thanks!