ClickHouse/programs/diagnostics/internal
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
..
collectors Fix linter issue 2022-07-01 11:43:14 +02:00
outputs Fix typos issues it clickhouse-diagnostics 2022-07-04 10:59:39 +02:00
platform Add support for SSE-KMS configuration with S3 2023-05-03 21:35:38 -05:00
runner_test.go chore: create container for each test 2022-11-25 08:52:49 +01:00
runner.go Fix typos issues it clickhouse-diagnostics 2022-07-04 10:59:39 +02:00