serverSideEncryption property

ServerSideEncryption? serverSideEncryption
final

If the object is stored using server-side encryption either with an AWS KMS customer master key (CMK) or an Amazon S3-managed encryption key, the response includes this header with the value of the server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).

Implementation

final ServerSideEncryption? serverSideEncryption;