cinely / mule-uploader

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

upgrade to v4 signatures #19

Closed kookster closed 10 years ago

kookster commented 10 years ago

s3 signature v2 is now deprecated, and as of 1/30/2014 v4 is now supported everywhere, and will be the only method supported in any new zones.

most of this upgrade is serverside I suspect, but will probably impact the client side, such as by sending more/different info to the server for signing.

reference: http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html

gabipurcaru commented 10 years ago

I see. I'll have to make time these days to update the code, thanks for the heads up (and of course, a PR is most welcome)

On Wed, Feb 5, 2014 at 6:05 PM, Andrew Kuklewicz notifications@github.comwrote:

s3 signature v2 is now deprecated, and as of 1/30/2014 v4 is now supported everywhere, and will be the only method supported in any new zones.

most of this upgrade is serverside I suspect, but will probably impact the client side, such as by sending more/different info to the server for signing.

reference: http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html

http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html

Reply to this email directly or view it on GitHubhttps://github.com/cinely/mule-uploader/issues/19 .

gabipurcaru commented 10 years ago

OK, I've implemented the V4 signatures. This is a big change, so please test it first and let me know if you encounter any problems.