ClickHouse/programs/diagnostics/internal/platform
johanngan 731823b873 Add support for SSE-KMS configuration with S3
https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html

Similar to the server_side_encryption_customer_key_base64 option for
configuring SSE-C with S3, add the following settings to configure
SSE-KMS on a per-endpoint/disk basis:
  - server_side_encryption_kms_key_id
  - server_side_encryption_kms_encryption_context
  - server_side_encryption_kms_bucket_key_enabled
2023-05-03 21:35:38 -05:00
..
config Rename module to reflect the current state 2022-07-01 11:43:11 +02:00
data Add support for SSE-KMS configuration with S3 2023-05-03 21:35:38 -05:00
database chore: create container for each test 2022-11-25 08:52:49 +01:00
test Rename module to reflect the current state 2022-07-01 11:43:11 +02:00
utils fix: typo 2022-11-25 10:09:32 +01:00
manager_test.go chore: create container for each test 2022-11-25 08:52:49 +01:00
manager.go Rename module to reflect the current state 2022-07-01 11:43:11 +02:00