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
@cdenneen FWIW, as of January 5, 2023, all s3 uploaded objects are encrypted with AES256 by default, even if the ServerSideEncryption param isn't passed.
Leverage the S3Client configuration to GetObject/PutObject allowing default AES256 encrytion or KMS.
For
AES256
just requires additional parameter to objects forServerSideEncryption
to be passed:The text was updated successfully, but these errors were encountered: