AccessControlList

Provides information about the permissions settings of the bucket-level access control list (ACL) for an S3 bucket.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether the ACL grants the general public with read access permissions for the bucket.

Link copied to clipboard

Specifies whether the ACL grants the general public with write access permissions for the bucket.

Functions

Link copied to clipboard
inline fun copy(block: AccessControlList.Builder.() -> Unit = {}): AccessControlList
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String