S3KeyOutput constructor

S3KeyOutput({
  1. String? etag,
  2. String? s3Key,
})

Implementation

S3KeyOutput({
  this.etag,
  this.s3Key,
});