You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting com.amazonaws.services.s3.model.AmazonS3Exception exception with this description:
Status Code: 400, AWS Service: Amazon S3, AWS Request ID: 2A700E5BB5693E09, AWS Error Code: InvalidRequest, AWS Error Message: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
The only operation that I can execute successfully is:
(s3/list-buckets cred)
That works, but only if I don't specify :endpoint in by cred's. If I add :endpoint "s3-eu-central-1.amazonaws.com" to my cred's, then the list-buckets gives that same exception.
Any ideas what could be wrong?
The text was updated successfully, but these errors were encountered:
So an upgrade to the AWS SDK should fix this problem, but In my view we could do with a bit of an overhaul of the credentials / Authentication handling. We need to support CredentialsProviders in addition to the current Credentials suppport.
Do you have plans to upgrade the AWS SDK to support V4 authentication? We recently expanded to the Frankfurt datacenter and would like to continue using this library, but it seems unusable for new regions until this functionality is added.
I'm getting
com.amazonaws.services.s3.model.AmazonS3Exception
exception with this description:The only operation that I can execute successfully is:
(s3/list-buckets cred)
That works, but only if I don't specify
:endpoint
in by cred's. If I add:endpoint "s3-eu-central-1.amazonaws.com"
to my cred's, then thelist-buckets
gives that same exception.Any ideas what could be wrong?
The text was updated successfully, but these errors were encountered: