S3Location constructor

S3Location({
  1. String? bucket,
  2. String? key,
  3. String? version,
})

Implementation

S3Location({
  this.bucket,
  this.key,
  this.version,
});