BucketObjectCustomerEncryptionResponse

data class BucketObjectCustomerEncryptionResponse(val encryptionAlgorithm: String, val keySha256: String)

Metadata of customer-supplied encryption key, if the object is encrypted by such a key.

Constructors

Link copied to clipboard
fun BucketObjectCustomerEncryptionResponse(encryptionAlgorithm: String, keySha256: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The encryption algorithm.

Link copied to clipboard

SHA256 hash value of the encryption key.