ServerSideEncryptionRule constructor
ServerSideEncryptionRule({
- ServerSideEncryptionByDefault? applyServerSideEncryptionByDefault,
- bool? bucketKeyEnabled,
Implementation
ServerSideEncryptionRule({
this.applyServerSideEncryptionByDefault,
this.bucketKeyEnabled,
});