CompleteMultipartUpload #
Overview #
Completes a multipart upload by assembling previously uploaded parts.
AWS API Reference: https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html
Method #
COMPLETEMULTIPARTUPLOAD
Import Parameters #
The request uses the following import parameters.
-
i_bucket_name (bucket in AWS) (Required)
Name of the bucket.
-
i_region (Required)
AWS Region of the Amazon S3 Bucket.
-
i_key (key in AWS) (Required)
Object key for which the multipart upload was initiated.
-
i_uploadid (uploadId in AWS) (Required)
ID for the initiated multipart upload.
-
i_x_amz_expected_b_owner (x-amz-expected-bucket-owner in AWS)
The account id of the expected bucket owner.
-
i_x_amz_request_payer (x-amz-request-payer in AWS)
Confirms that the requester knows that they will be charged for the request.
-
i_t_part (part in AWS)
Array of CompletedPart data types.
Export Parameters #
This method use the following export parameters:
-
e_http_status
HTTP Status code.
-
e_response_headers
Returns information about the request in format Name/Value pair values.
-
e_response_content
Response content in string format.
-
e_etag (etag in AWS)
Entity tag for the uploaded object.