JDBC Driver for Amazon S3

Build 22.0.8462

PublicAccessBlock

Retrieves the PublicAccessBlock configuration for an Amazon S3 bucket.

Table Specific Information

Select

The driver uses the Amazon S3 API to process search criteria that refers to the Bucket column. The driver processes other filters client side within the driver. For example, the following queries are processed server side.

SELECT * FROM PublicAccessBlock

SELECT * FROM PublicAccessBlock WHERE Bucket = 'TestBucket'

Columns

Name Type Description
BlockPublicAcls Boolean Specifies whether Amazon S3 will block public access control lists (ACLs) for this bucket and objects in this bucket.
IgnorePublicAcls Boolean Specifies whether Amazon S3 will ignore public ACLs for this bucket and objects in this bucket.
BlockPublicPolicy Boolean Specifies whether Amazon S3 will block public bucket policies for this bucket.
RestrictPublicBuckets Boolean Specifies whether Amazon S3 will restrict public bucket policies for this bucket.
Bucket String The name of the bucket that Lifecycle belongs to.

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