ClickHouse/programs/diagnostics/internal/platform/data
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
..
bundle_test.go Rename module to reflect the current state 2022-07-01 11:43:11 +02:00
bundle.go
database_test.go Rename module to reflect the current state 2022-07-01 11:43:11 +02:00
database.go
field.go
file_test.go Add support for SSE-KMS configuration with S3 2023-05-03 21:35:38 -05:00
file.go Fix typos issues it clickhouse-diagnostics 2022-07-04 10:59:39 +02:00
frame.go
memory_test.go Rename module to reflect the current state 2022-07-01 11:43:11 +02:00
memory.go
misc.go