S3Location constructor
S3Location({
- required String bucketName,
- required String prefix,
- List<
Grant> ? accessControlList, - ObjectCannedACL? cannedACL,
- Encryption? encryption,
- StorageClass? storageClass,
- Tagging? tagging,
- List<
MetadataEntry> ? userMetadata,
Implementation
S3Location({
required this.bucketName,
required this.prefix,
this.accessControlList,
this.cannedACL,
this.encryption,
this.storageClass,
this.tagging,
this.userMetadata,
});