ncloud_copy_object
Copy an object between buckets or within the same bucket in Object Storage. Specify source path, destination bucket, and destination key to duplicate data without downloading and re-uploading.
Instructions
Copy an object within the same bucket or between different buckets in Object Storage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucketName | Yes | Destination bucket name | |
| copySource | Yes | Source object in the format /{sourceBucket}/{sourceKey} | |
| objectName | Yes | Destination object key (path) |