TDV Adapter for Amazon S3

Build 22.0.8462

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 adapter uses the S3 API to process search criteria that refers to the Bucket column. The adapter processes other filters client side within the adapter. 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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462