ObjectsACL
Returns the access control list (ACL) of an object.
Table Specific Information
Select
The driver uses the Amazon S3 API to process search criteria that refers to the Object and Bucket columns. The driver processes other filters client side within the driver. For example, the following queries are processed server side.
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. |