AccessControlList¶
Structure Class¶
AccessControlList
dataclass
¶
Contains information on the current access control policies for the bucket.
Attributes¶
allows_public_read_access
class-attribute
instance-attribute
¶
allows_public_read_access: bool | None = None
A value that indicates whether public read access for the bucket is enabled through an Access Control List (ACL).
allows_public_write_access
class-attribute
instance-attribute
¶
allows_public_write_access: bool | None = None
A value that indicates whether public write access for the bucket is enabled through an Access Control List (ACL).