cinely / mule-uploader

Stubborn HTML5 Amazon S3 uploader
http://mule-uploader.com/
MIT License
223 stars 43 forks source link

Only us-east-1 has different endpoint naming #49

Open adamsro opened 9 years ago

adamsro commented 9 years ago

During testing with a region on us-west-2 I kept getting a signature mismatch error. Using the endpoint s3-us-west-2.amazonaws.com fixed the issue. Also according to the docs I think the s3.amazonaws.com endpoint is only valid for us-east-1. Why there isn't a s3-us-east-1.amazonaws.com endpoint is beyond me.

gabipurcaru commented 9 years ago

Bummer. This naming problem is really nasty. Thanks for the help, I'll have to test it for myself and then I'll merge it.