BucketsACL
Displays the access control list (ACL) for a bucket, showing user- and group-level permissions that define who can read, write, or manage bucket contents.
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 WHERE Bucket = 'TestBucket'
Columns
| Name | Type | Description |
| GranteeType | String | Indicates the type of grantee receiving permissions, such as a specific user, group, or predefined Amazon S3 group. |
| GranteeId | String | The unique identifier of the AWS account or user to whom permissions are granted. |
| GranteeDisplayName | String | The human-readable display name of the grantee, often the AWS account's display name. |
| GranteeURI | String | The URI that identifies a predefined Amazon S3 group receiving permissions (such as AllUsers or AuthenticatedUsers). |
| Permission | String | Specifies the level of access granted to the grantee, such as READ, WRITE, or FULL_CONTROL. |
| Bucket | String | The name of the S3 bucket to which this access control list (ACL) entry applies. |