PutBucketAcl
Moves an object from one bucket to another.
Input
Name | Type | Required | Description |
AccessControlPolicy | String | False | Object name of the object that will be moved. |
Bucket | String | True | Bucket name where the object will be moved to. |
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. |