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
The response from S3 using the existing HmacV1Auth signing is
<Error><Code>InvalidArgument</Code><Message>Requests specifying Server Side Encryption with AWS KMS managed keys require AWS Signature Version 4.</Message><ArgumentName>Authorization</ArgumentName><ArgumentValue>null</ArgumentValue><RequestId>123</RequestId><HostId>456</HostId></Error>
Describe the bug
When using KMS encrypted objects, S3 requires the use of sigv4 credential signing
To reproduce, upload an object using a customer managed kms key
and try to download it using a file source
pants run :list_files
Produces an error like
Pants version
2.24.1
OS
Both
Additional info
toml to enable the backend
The text was updated successfully, but these errors were encountered: