Just found this https://github.com/apache/beam/blob/master/sdks/java/io/amazon-web-services/src/main/java/org/apache/beam/sdk/io/aws/options/S3Options.java#L70
Is this the right approach? Thanks! From: Tao Li <t...@zillow.com> Reply-To: "user@beam.apache.org" <user@beam.apache.org> Date: Wednesday, February 24, 2021 at 2:28 PM To: "user@beam.apache.org" <user@beam.apache.org> Subject: How to specify "fs.s3.enableServerSideEncryption" in Beam Hi Beam community, We need to specify the "fs.s3.enableServerSideEncryption" setting when saving parquet files to s3. This doc describes this setting https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-emrfs-encryption.html What would be the recommended way to set that? Please advise. Thanks!