S3Location constructor

S3Location({
  1. List<Grant>? accessControlList,
  2. String? bucketName,
  3. CannedACL? cannedACL,
  4. Encryption? encryption,
  5. String? prefix,
  6. StorageClass? storageClass,
  7. Map<String, String>? tagging,
  8. Map<String, String>? userMetadata,
})

Implementation

S3Location({
  this.accessControlList,
  this.bucketName,
  this.cannedACL,
  this.encryption,
  this.prefix,
  this.storageClass,
  this.tagging,
  this.userMetadata,
});