CopyObject
Copies an object from a source bucket to a destination bucket, preserving data and metadata unless otherwise specified.
Input
| Name | Type | Required | Description |
| BucketSource | String | True | The name of the source S3 bucket that contains the object to be copied. |
| ObjectSource | String | True | The key (name) of the source object within the source bucket to be copied. |
| BucketDestination | String | True | The name of the destination S3 bucket where the object is stored after the copy operation. |
| ObjectDestination | String | False | The key (name) of the new object in the destination bucket. If not specified, the original object name is retained. |
Result Set Columns
| Name | Type | Description |
| Status | String | Indicates the result of the copy operation, such as success or failure. |