From 48efa4ce8a2b2e8285949eb77369aca004c64f42 Mon Sep 17 00:00:00 2001 From: Jiaqiang Xu Date: Sat, 7 Dec 2024 17:11:58 +0800 Subject: [PATCH] Update setup_with_s3.md Avoid confusion about generating SSE-C key string. --- manual/setup/setup_with_s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/setup/setup_with_s3.md b/manual/setup/setup_with_s3.md index 4aefd8c5..70575dd0 100644 --- a/manual/setup/setup_with_s3.md +++ b/manual/setup/setup_with_s3.md @@ -111,7 +111,7 @@ sse_c_key = XiqMSf3x5ja4LRibBbV0sVntVpdHXl3P `sse_c_key` is a string of 32 characters. -You can generate sse_c_key with the following command: +You can generate sse_c_key with the following command. Note that the key doesn't have to be base64 encoded. It can be any 32-character long random string. The example just show one possible way to generate such a key. ``` openssl rand -base64 24