-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support configuring SSE-KMS in S3CrtClient (#693)
* Support configuring SSE-KMS (#534) Signed-off-by: Vladislav Volodkin <[email protected]> * Fix some of the CI jobs Signed-off-by: Vladislav Volodkin <[email protected]> * Don't do headers check when request failed, fix test Signed-off-by: Vladislav Volodkin <[email protected]> * Fix formatting Signed-off-by: Vladislav Volodkin <[email protected]> * Hide sse settings behind a feature flag Signed-off-by: Vladislav Volodkin <[email protected]> * Add tests for error cases Signed-off-by: Vladislav Volodkin <[email protected]> * Make the headers check to panic on failure Signed-off-by: Vladislav Volodkin <[email protected]> * Rename the feature flag Signed-off-by: Vladislav Volodkin <[email protected]> * Do not run sse tests for express buckets Signed-off-by: Vladislav Volodkin <[email protected]> * Move out cli changes to a separate PR Signed-off-by: Vladislav Volodkin <[email protected]> * Add extraction methods to ServerSideEncryption enum, fix documentation and formatting Signed-off-by: Vladislav Volodkin <[email protected]> * Make check_response_headers to check specifically for SSE settings Signed-off-by: Vladislav Volodkin <[email protected]> * Decompose SSE settings provided for S3PutObjectRequest Signed-off-by: Vladislav Volodkin <[email protected]> * Remove SSE enum, replace test for check_headers with a unit test Signed-off-by: Vladislav Volodkin <[email protected]> * Refactor check_response_headers Signed-off-by: Vladislav Volodkin <[email protected]> * Refactor check_response_headers call Signed-off-by: Vladislav Volodkin <[email protected]> * Improve comments Signed-off-by: Vladislav Volodkin <[email protected]> --------- Signed-off-by: Vladislav Volodkin <[email protected]> Co-authored-by: Vladislav Volodkin <[email protected]>
- Loading branch information
Showing
6 changed files
with
241 additions
and
34 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.