ncloud_ncs_copy_object
Copy an object between Ncloud Storage buckets or paths, optionally setting its storage class to STANDARD, ONEZONE_IA, or DEEP_ARCHIVE for cost optimization.
Instructions
Copy an object within Ncloud Storage. Optionally sets the copy's storage class (STANDARD | ONEZONE_IA | DEEP_ARCHIVE)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Destination object key (path) | |
| bucketName | Yes | Destination bucket name | |
| copySource | Yes | Source object path in format: /{sourceBucket}/{sourceKey} | |
| storageClass | No | Storage class for the copy — STANDARD (default): Standard Class | ONEZONE_IA: One Zone-IA (Infrequent Access) Class | DEEP_ARCHIVE: Archive Class. Sent as the x-amz-storage-class header; omit to use STANDARD. Copying an object onto itself with a different class is the way to change an existing object's storage class |