MoveObject
Transfers an object from one bucket to another by combining copy and delete operations.
Input
| Name | Type | Required | Description |
| BucketSource | String | True | The name of the source S3 bucket containing the object to be moved. |
| ObjectSource | String | True | The key (name) of the object within the source bucket to be relocated. |
| BucketDestination | String | True | The name of the destination S3 bucket where the object will be placed. |
| ObjectDestination | String | False | The new key (name) of the 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 move operation, such as success or failure. |