Open korcstar opened 7 years ago
+1
+1
S3::putObject(): [InvalidRequest] The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
Facing the same issue...
+1
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
This is a rough version I was able to put together to get it working. https://gist.github.com/andybroomfield/2383c19171f0739b77e4b831e1e9ee61
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?