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 provider uses the Amazon S3 API to process search criteria that refers to the Bucket column. The provider processes other filters client side within the provider. For example, the following queries are processed server side.
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. |