class Aws::S3::Types::CompleteMultipartUploadRequest


@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/CompleteMultipartUploadRequest AWS API Documentation
@return [String]
(Access Denied)‘ error.
by a different account, the request will fail with an HTTP `403
The account ID of the expected bucket owner. If the bucket is owned
@!attribute [rw] expected_bucket_owner
@return [String]<br>: docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html<br><br><br><br>in the *Amazon S3 User Guide*.
pays buckets, see [Downloading Objects in Requestor Pays Buckets][1]
requests. For information about downloading objects from requester
request. Bucket owners need not specify this parameter in their
Confirms that the requester knows that they will be charged for the
@!attribute [rw] request_payer
@return [String]
ID for the initiated multipart upload.
@!attribute [rw] upload_id
@return [Types::CompletedMultipartUpload]
The container for the multipart upload request information.
@!attribute [rw] multipart_upload
@return [String]
Object key for which the multipart upload was initiated.
@!attribute [rw] key
@return [String]
Name of the bucket to which the multipart upload was initiated.
@!attribute [rw] bucket
}
expected_bucket_owner: “AccountId”,
request_payer: “requester”, # accepts requester
upload_id: “MultipartUploadId”, # required
},
],
},
part_number: 1,
etag: “ETag”,
{
parts: [
multipart_upload: {
key: “ObjectKey”, # required
bucket: “BucketName”, # required
{
data as a hash:
@note When making an API call, you may pass CompleteMultipartUploadRequest