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
We're going to look into automatically switching the signature version dynamically, but in the next AWS CLI release, you can now explicitly set the signature version of S3 in the config file:
aws configure set default.s3.signature_version s3v4
See #382 for more info. For backwards compat reasons we can't switch over to s3v4 so for now users will have to specify the signature version explicitly when working with kms.
API http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html
Debug message shows that
hmacv1
auth is used while sse-kms requiressigv4
auth.Changing
"signatureVersion"
ofbotocore/data/aws/s3/2006-03-01.api.json
froms3
tos3v4
solved my problemn, but I won't PR becausedata/aws
files are maintained by awssigv4
. I'm not sure if changing whole s3 auth protocol is a good approach.This may be related to https://forums.aws.amazon.com/thread.jspa?threadID=165286
The text was updated successfully, but these errors were encountered: