MoveObject
Moves an object from one bucket to another.
Input
| Name | Type | Required | Description |
| BucketSource | String | True | Bucket name where the object to be moved is located. |
| ObjectSource | String | True | Object name of the object that will be moved. |
| BucketDestination | String | True | Bucket name where the object will be moved to. |
| ObjectDestination | String | False | New name of the object in the new bucket. If not specified, the name will be the same. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicator if the stored procedure was successful or not. |