CopyObject
Copies an object from one bucket to another.
Input
| Name | Type | Required | Description |
| BucketSource | String | True | Bucket name where the object to be copied is located. |
| ObjectSource | String | True | Object name of the object that will be copied. |
| BucketDestination | String | True | Bucket name where the object will be copied 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 | Stored procedure execution status. |