BucketObjectCustomerEncryption

data class BucketObjectCustomerEncryption(val encryptionAlgorithm: String? = null, val encryptionKey: String)

Constructors

Link copied to clipboard
constructor(encryptionAlgorithm: String? = null, encryptionKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Encryption algorithm. Default: AES256

Link copied to clipboard

Base64 encoded Customer-Supplied Encryption Key.