BucketAccessRules

data class BucketAccessRules(val allowPublicOverrides: Boolean? = null, val getObject: String? = null)

An object that sets the public accessibility of objects in the specified bucket.

Constructors

Link copied to clipboard
constructor(allowPublicOverrides: Boolean? = null, getObject: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Boolean value that indicates whether the access control list (ACL) permissions that are applied to individual objects override the getObject option that is currently specified.

Link copied to clipboard
val getObject: String? = null

Specifies the anonymous access to all objects in a bucket.