S3EncryptionConfiguration constructor
S3EncryptionConfiguration({
- required S3ObjectEncryptionType objectEncryptionType,
- String? kmsKeyArn,
Implementation
S3EncryptionConfiguration({
required this.objectEncryptionType,
this.kmsKeyArn,
});