BucketEncryption

data class BucketEncryption(val defaultKmsKeyName: String)

Constructors

Link copied to clipboard
constructor(defaultKmsKeyName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The id of a Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified. You must pay attention to whether the crypto key is available in the location that this bucket is created in. See the docs for more details.