CodeIgniter-S3 icon indicating copy to clipboard operation
CodeIgniter-S3 copied to clipboard

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

Open korcstar opened this issue 8 years ago • 6 comments

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?

korcstar avatar Feb 09 '17 09:02 korcstar

+1

ivorobioff avatar Feb 14 '17 18:02 ivorobioff

+1

austinhutchison avatar Feb 14 '18 20:02 austinhutchison

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

Facing the same issue...

hassanuos avatar May 03 '18 07:05 hassanuos

+1

andybroomfield avatar May 03 '18 13:05 andybroomfield

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

austinhutchison avatar May 03 '18 13:05 austinhutchison

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

andybroomfield avatar May 04 '18 10:05 andybroomfield