S3Location constructor

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

Implementation

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