ncloud_copy_object
Copy an object between buckets or within the same bucket in Object Storage by specifying the destination bucket, destination key, and source path to duplicate data efficiently.
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) |