quickwit
quickwit copied to clipboard
aws s3 server_side_encryption configuration when upload object to s3
Description
aws s3 server_side_encryption configuration when upload object to s3 and config in storage part.
How was this PR tested?
I builded docker image and installed to EKS with helm chart with config
storage: s3: region: ap-southeast-1 server_side_encryption: Aes256
server_side_encryption can be set to Aes256, Awskms or left empty if encryption is not required. I tried sending logs via Kafka and used the Quickstart document to test if the logs can be written to S3.