S3Location constructor

S3Location(
  1. Grant? accessControlList,
  2. String? bucketName,
  3. String? cannedACL,
  4. Encryption? encryption,
  5. String? prefix,
  6. String? storageClass,
  7. Tagging? tagging,
  8. MetadataEntry? userMetadata,
)

Implementation

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