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 trying to upload a file through cloudfront, specifying x-amz-server-side-encryption-aws-kms-key-id and x-amz-server-side-encryption: aws:kms. I can confirm that this works when the encryption is set to AES256, but setting the header to aws:kms results in the following error:
Requests specifying Server Side Encryption with AWS KMS managed keys require AWS Signature Version 4.
The text was updated successfully, but these errors were encountered:
I'm trying to upload a file through cloudfront, specifying
x-amz-server-side-encryption-aws-kms-key-id
andx-amz-server-side-encryption: aws:kms
. I can confirm that this works when the encryption is set to AES256, but setting the header to aws:kms results in the following error:Requests specifying Server Side Encryption with AWS KMS managed keys require AWS Signature Version 4.
The text was updated successfully, but these errors were encountered: