https://delta.io logo
a

Alborz Samadi

08/31/2023, 7:51 AM
Hey Team! I’m trying to create a delta table in an s3 bucket which has the
SSE-KMS
enabled and has a security policy that every file upload request should contain the HTTP header
{"s3:x-amz-server-side-encryption": "aws:kms"}
I am using the python api and couldn’t find a way to add that. Are there any workarounds to this issue? Something similar to how it is done in spark
k

KyJah Keys

08/31/2023, 12:40 PM
The team at my company initially used a lambda function that triggered on every write to add the header.
👀 1