complete-multipart-upload

Completes the multipart upload of an object.

Usage

complete-multipart-upload --bucket <value> --key <value> --upload-id <value> --multipart-upload <value>

Supported Options

--bucket: Bucket name
--key: Object name
--multipart-upload: Parts of object with ETag and PartNumber
--upload-id: Upload id of multipart upload object

Example

aws s3api complete-multipart-upload --endpoint http://<hostname>:<port_number> --profile testuser1 --bucket example_mp_bucket --key example_mp_object --upload-id 2 --multipart-upload 'Parts=[{ETag="f66d18d577045c00b2e70f278a8e7508",PartNumber=1},{ETag="f66d18d577045c00b2e70f278a8e7508",PartNumber=2}]

Loading...