-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support SSE-C for S3 object storage (#941)
This PR introduces new args/envs allowing users to use SSE-C for encrypting the objects in S3. Fixes #919 --------- Co-authored-by: Nikhil Sinha <[email protected]>
- Loading branch information
1 parent
f3a1e4e
commit ebb51cd
Showing
3 changed files
with
99 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
[workspace] | ||
members = ["server"] | ||
resolver = "2" | ||
|
||
[patch.crates-io] | ||
# object_store added support for SSE-C headers in: | ||
# - https://github.com/apache/arrow-rs/pull/6230 | ||
# - https://github.com/apache/arrow-rs/pull/6260 | ||
# But a new version hasn't been published to crates.io for this yet. So, we are using this patch temporarily. | ||
object_store = { git = "https://github.com/apache/arrow-rs.git", rev = "23b6ff9f432e8e29c08d47a315ba0b7cb8758225" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters