kou commented on code in PR #43601:
URL: https://github.com/apache/arrow/pull/43601#discussion_r1751174969
##########
cpp/src/arrow/filesystem/s3fs_test.cc:
##########
@@ -443,6 +443,7 @@ class TestS3FS : public S3TestMixin {
// Most tests will create buckets
options_.allow_bucket_creation = true;
options_.allow_bucket_deletion = true;
+ options_.sse_customer_key = "1WH9aTJ0+Tn0NLbTMHZn9aCW3Li3ViAdBsoIldPCREw=";
Review Comment:
If we always set `sse_custom_key`, we can't test no `sse_custom_key` case.
Can we add a test that uses `sse_custom_key` instead?
--
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]