S3Location constructor

S3Location({
  1. String? bucketKey,
  2. String? bucketName,
})

Implementation

S3Location({
  this.bucketKey,
  this.bucketName,
});