I have a use case to write a parquet file through aws glue job . But my s3 is protected by scp that allows put object only with sse encryption Option . How do I pass the encryption algorithm name through dynamicframewriter class
I tried to give the conf set option serversideencryption=aws:kms but this didn’t worked