psugand / CodeIgniter-S3

Amazon S3 Library for CodeIgniter
http://prashant.es
241 stars 115 forks source link

The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256. #26

Open korcstar opened 7 years ago

korcstar commented 7 years ago

I use west europe bucket when i try to put file on my bucket, i get following error

Message: S3::putObject(): [InvalidRequest] The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.

Any solution?

ivorobioff commented 7 years ago

+1

austinhutchison commented 6 years ago

+1

hassanuos commented 6 years ago

S3::putObject(): [InvalidRequest] The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.

Facing the same issue...

andybroomfield commented 6 years ago

+1

austinhutchison commented 6 years ago

I was able to wrangle something together using the functions from this PR: https://github.com/tpyo/amazon-s3-php-class/pull/128

Hope that will point you in the right direction

andybroomfield commented 6 years ago

This is a rough version I was able to put together to get it working. https://gist.github.com/andybroomfield/2383c19171f0739b77e4b831e1e9ee61