Closed cdenneen closed 8 months ago
@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.
@cdenneen As of 2.2.0, 'ServerSideEncryption' => 'AES256'
is now sent by default, as this aligns with S3 defaults.
See: https://github.com/craftcms/aws-s3/pull/174
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: