wjones127 opened a new pull request, #5402:
URL: https://github.com/apache/arrow-rs/pull/5402
# Which issue does this PR close?
Closes #5087.
# Rationale for this change
<!--
Why are you proposing this change? If this is already explained clearly in
the issue then this section is not needed.
Explaining clearly why changes are proposed helps reviewers understand your
changes and offer better suggestions for fixes.
-->
# What changes are included in this PR?
Adds support for `SSE-KMS` and `DSSE-KMS` encryption with Amazon S3. `SSE-C`
(user-provided keys) is left for a future PR.
Users can configure these with the environment variables / config values
`aws_server_side_encryption`, `aws_sse_kms_key_id`,
`aws_sse_bucket_key_enabled`. I chose these since they seem to parallel the
available settings in AWS CLI.
In addition there are `with_sse_kms_encryption()` and
`with_dsse_kms_encryption()` methods on the builder.
# Are there any user-facing changes?
Adds new APIs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]