S3Location constructor

S3Location({
  1. String? bucket,
  2. String? key,
  3. String? objectVersion,
  4. String? roleArn,
})

Implementation

S3Location({
  this.bucket,
  this.key,
  this.objectVersion,
  this.roleArn,
});