ObjectsACL
Returns the access control list (ACL) of an object.
Table Specific Information
Select
The add-in uses the Amazon S3 API to process search criteria that refers to the Object and Bucket columns. The add-in processes other filters client side within the add-in. For example, the following queries are processed server side.
SELECT * FROM ObjectsACL SELECT * FROM ObjectsACL WHERE Object = 'TestObject' SELECT * FROM ObjectsACL WHERE Bucket = 'TestBucket' SELECT * FROM ObjectsACL WHERE Object = 'TestObject' AND Bucket = 'TestBucket'
Columns
| Name | Type | Description |
| GranteeType | String | Display name of the user. |
| GranteeId | String | The ID of the user. |
| GranteeDisplayName | String | Display name of the user. |
| GranteeURI | String | Display name of the user. |
| Permission | String | Permission given to the user or group. |
| Bucket | String | Name of the bucket which includes this object. |
| Object | String | Name of the object which includes this ACL. |