I am unable to read or write into a Default AWS KMS encrypted bucket without using the following configuration on my Qubole cluster
fs.s3a.server-side-encryption-algorithm=SSE-KMS
fs.s3a.server-side-encryption.key=<key>
But if I enable this configuration, it's only writing encrypted data into all the other buckets (which do not have encryption enabled) as well.
Is there a work around for this?