BucketsACL
Returns the access control list (ACL) of a bucket. An ACL allows you to set permissions on each object in a specific bucket.
Table Specific Information
Select
The add-in uses the Amazon S3 API to process search criteria that refers to the Bucket column. The add-in processes other filters client side within the add-in. For example, the following queries are processed server side.
SELECT * FROM BucketsACL SELECT * FROM BucketsACL WHERE Bucket = 'TestBucket'
Columns
| Name | Type | Description |
| GranteeType | String | The display name of the user. |
| GranteeId | String | The ID of the user. |
| GranteeDisplayName | String | The display name of the user. |
| GranteeURI | String | The display name of the user. |
| Permission | String | Permission given to the user or group. |
| Bucket | String | The name of the bucket that the ACL belongs to. |