-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256. #26
Comments
+1 |
1 similar comment
+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: tpyo/amazon-s3-php-class#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. |
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?
The text was updated successfully, but these errors were encountered: