CompleteMultipartUploadResult constructor

CompleteMultipartUploadResult(
  1. String location,
  2. String bucket,
  3. String key,
  4. String eTag,
)

Implementation

CompleteMultipartUploadResult(
    this.location, this.bucket, this.key, this.eTag);