You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by da...@apache.org on 2023/06/19 08:45:22 UTC

[jackrabbit-oak] 04/06: OAK-10093 : updated properties file with steps to generate SSE_C key

This is an automated email from the ASF dual-hosted git repository.

daim pushed a commit to branch OAK-10093
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 071c2d9b633f94752c7800142f83b12307c6344f
Author: Rishabh Kumar <di...@adobe.com>
AuthorDate: Thu Jun 8 14:30:31 2023 +0530

    OAK-10093 : updated properties file with steps to generate SSE_C key
---
 oak-blob-cloud/src/test/resources/aws.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/oak-blob-cloud/src/test/resources/aws.properties b/oak-blob-cloud/src/test/resources/aws.properties
index 6eaaa3a4bc..e29dfef8e6 100644
--- a/oak-blob-cloud/src/test/resources/aws.properties
+++ b/oak-blob-cloud/src/test/resources/aws.properties
@@ -35,6 +35,9 @@ s3Region=
 # and has a higher precedence over endpoint derived
 # via S3 region.
 kmsKeyId=
+# base64 encoded 32 bytes customer key to be used for SSE_C
+# Please use 'openssl rand -base64 -out ssec.key 32' command
+# to generate customer key
 sseCustomerKeyId=
 connectionTimeout=120000
 socketTimeout=120000