Added support for S3 Client Side Encryption (S3 CSE)#325
Open
sam33rch wants to merge 1 commit intodatabricks:masterfrom
Open
Added support for S3 Client Side Encryption (S3 CSE)#325sam33rch wants to merge 1 commit intodatabricks:masterfrom
sam33rch wants to merge 1 commit intodatabricks:masterfrom
Conversation
This commit adds S3 Client Side Encryption support to spark-redshfit library that allows full end-to-end data encryption over network for read/write operations.
|
This is a good one |
|
Agreed. We need this PR merged |
|
Another +1. Super useful feature. |
|
+1. Very useful feature. |
|
+1 This is a great feature - what's keeping it from being merged? |
|
+1 for this feature! |
|
Would it possible to add support for Documentation : https://docs.aws.amazon.com/redshift/latest/dg/t_unloading_encrypted_files.html Example: unload ('select venuename, venuecity from venue')
to 's3://mybucket/encrypted/venue_'
iam_role 'arn:aws:iam::0123456789012:role/MyRedshiftRole'
KMS_KEY_ID '1234abcd-12ab-34cd-56ef-1234567890ab'
encrypted;
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds S3 Client Side Encryption support to spark-redshfit library that allows
full end-to-end data encryption over network for read/write operations.