PutObjectAcl
Moves an object from one bucket to another.
Input
| Name | Type | Required | Description |
| Bucket | String | True | Bucket name where the object will be moved to. |
| Key | String | True | Key for which the PUT action was initiated. |
| AccessControlPolicy | String | False | Object name of the object that will be moved. |
| VersionId | String | False | VersionId used to reference a specific version of the object. |
| ACL | String | False | The canned ACL to apply to the object.
The allowed values are private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control. |
| GrantFullControl | String | False | Allows grantee the read, write, read ACP, and write ACP permissions on the bucket. |
| GrantRead | String | False | Allows grantee to list the objects in the bucket. |
| GrantReadAcp | String | False | Allows grantee to read the bucket ACL. |
| GrantWrite | String | False | Allows grantee to create new objects in the bucket. |
| GrantWriteAcp | String | False | Allows grantee to write the ACL for the applicable bucket. |
Result Set Columns
| Name | Type | Description |
| Status | String | Stored procedure execution status. |