GetBucketObjectContentCustomerEncryption

data class GetBucketObjectContentCustomerEncryption(val encryptionAlgorithm: String, val encryptionKey: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The encryption algorithm. Default: AES256

Link copied to clipboard

Base64 encoded customer supplied encryption key.