Hello Brooklyn Team,
We have a Brooklyn HA setup which stores the data on an AWS S3 bucket. We would like to store the data in an encrypted format using AWS’s server side encryption. I’m able to use AWS CLI command to store my file Hello.txt in an AES-256 encrypted format on my S3 bucket mybucket using the command: aws s3 cp "hello.txt" "s3://mybucket/" –sse I could not find any information about sending the encryption details through Brooklyn. Can you please provide details on how we can go about implementing this functionality or any alternatives for the implementation ? Thanks,
