wjones127 commented on code in PR #5402:
URL: https://github.com/apache/arrow-rs/pull/5402#discussion_r1491640333


##########
object_store/CONTRIBUTING.md:
##########
@@ -74,6 +72,24 @@ Run tests
 $ cargo test --features aws
 ```
 
+#### Encryption tests
+
+To run integration tests with encryption, you can set the following 
environment variables:
+
+```
+export AWS_SERVER_SIDE_ENCRYPTION=aws:kms
+export AWS_SSE_KMS_KEY_ID=<some-key-id>
+export AWS_SSE_BUCKET_KEY=false
+```
+
+As well as:
+
+```
+unset AWS_SSE_BUCKET_KEY
+export AWS_SERVER_SIDE_ENCRYPTION=aws:kms:dsse
+export AWS_SSE_KMS_KEY_ID=<some-key-id>
+```

Review Comment:
   ✅ I have manually run the encryption tests against AWS S3.



-- 
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]

Reply via email to