v.21.3New Feature
Added Support for Server Side Encryption Customer Keys in S3 Client
Added Server Side Encryption Customer Keys (the x-amz-server-side-encryption-customer-(key/md5) header) support in S3 client. See the link. Closes #19428. #19748 (Vladimir Chebotarev).Why it matters
This feature allows users to securely store data in Amazon S3 with encryption keys managed on the client side, providing enhanced control over data encryption and compliance requirements when using ClickHouse's S3 storage integration.How to use it
To use SSE-C encryption, provide the customer encryption key and its MD5 hash in the S3 client headersx-amz-server-side-encryption-customer-key and x-amz-server-side-encryption-customer-key-MD5. Configure these headers in the ClickHouse S3 integration settings or client configuration when accessing S3 storage.