Writing to a S3 Bucket with Server-side encryption enabled #1612
Unanswered
alborz-plerionaut
asked this question in
Q&A
Replies: 2 comments
-
I was looking briefly at the object_store documentation, and I'm not sure there's a good way to specify the server side encryption. I thought that S3 buckets with encryption set by default wouldn't require this. Are you wanting to specify a custom KMS key? If we can find a way to get what you need from |
Beta Was this translation helpful? Give feedback.
0 replies
-
One way to do it is to use a lambda that updates the metadata of the file after writing it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To upload objects to an S3 bucket that utilizes AWS Key Management Service (SSE-KMS) for server-side encryption, we need to include the HTTP header {"s3:x-amz-server-side-encryption": "aws:kms"} in the request. Is there a method available to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions