From 3e3f059f6c0bb4e953ad71110e58504f7d09e8c5 Mon Sep 17 00:00:00 2001 From: Cody Wyatt Neiman Date: Mon, 24 Oct 2022 14:58:26 -0400 Subject: [PATCH] Match SSE-C docs closer to other optional configs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23146a2..f639ad0 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,11 @@ media_storage_providers: endpoint_url: access_key_id: secret_access_key: - sse_customer_key: + + # Server Side Encryption for Customer-provided keys + #sse_customer_key: # Your SSE-C algorithm is very likely AES256 - sse_customer_algo: + #sse_customer_algo: # The object storage class used when uploading files to the bucket. # Default is STANDARD.