ncloud_ncs_upload_part_copy
Copy a byte range from an existing object into a multipart upload part, enabling assembly of objects larger than the 5 GB CopyObject limit without downloading.
Instructions
[Ncloud Storage] Copy a byte range of an existing object into a part of a multipart upload (PUT /{key}?partNumber&uploadId with x-amz-copy-source). Use it to assemble or re-class objects larger than the 5 GB CopyObject limit without downloading them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Object key (path) of the multipart upload target | |
| uploadId | Yes | Upload ID returned by ncloud_ncs_create_multipart_upload | |
| bucketName | Yes | Name of the Ncloud Storage bucket | |
| copySource | Yes | Source object as {sourceBucket}/{sourceKey} (a leading slash is tolerated) | |
| partNumber | Yes | Part number (1–10,000) | |
| copySourceRange | No | Byte range to copy from the source, e.g. 'bytes=0-5242879'. Omit to copy the whole source object as this part | |
| copySourceVersionId | No | Version ID of the source object (versioning-enabled buckets) |