S3Location constructor
S3Location(
- Grant? accessControlList,
- String? bucketName,
- String? cannedACL,
- Encryption? encryption,
- String? prefix,
- String? storageClass,
- Tagging? tagging,
- MetadataEntry? userMetadata,
Implementation
S3Location(
this.accessControlList,
this.bucketName,
this.cannedACL,
this.encryption,
this.prefix,
this.storageClass,
this.tagging,
this.userMetadata,
);