Bucket Access Rules
data class BucketAccessRules(val allowPublicOverrides: Boolean? = null, val getObject: String? = null)
An object that sets the public accessibility of objects in the specified bucket.
An object that sets the public accessibility of objects in the specified bucket.