upload-part-copy

Copies an object to form a part of a multipart upload object.

Usage

upload-part-copy --bucket <value> --copy-source <value> --key <value> --part-number <value> --upload-id <value>

Supported Options

--bucket: Bucket name
--copy-source: Source object to copy from
--key: Object name
--part-number: Sequence of part in part list
--upload-id: Upload id of multipart upload object
--copy-source-range: Range of bytes to copy from source object/part (supported with limitations)

Example

aws s3api upload-part-copy --endpoint http://<hostname>:<port_number> --profile testuser1 --bucket example_mp_bucket --key example_mp_object --copy-source '/example_mp_bucket/example_mp_object' --part-number 3 --upload-id 5

Loading...