vttranlina commented on code in PR #2495:
URL: https://github.com/apache/james-project/pull/2495#discussion_r1841779623


##########
docs/modules/servers/partials/configure/blobstore.adoc:
##########
@@ -126,6 +126,29 @@ BucketPrefix is the prefix of bucket names in James 
BlobStore
 Unless a special case like storing blobs of deleted messages.
 |===
 
+==== SSE-C Configuration
+
+.SSE-C configuration
+|===
+| Property name | explanation
+
+| encryption.s3.sse.c.enable
+| optional: Boolean. Default is false. Controls whether to use Server-Side 
Encryption with Customer-Provided Keys (SSE-C) for S3 blobs.
+
+| encryption.s3.sse.c.master.key.algorithm
+| String. Required if `encryption.s3.sse.c.enable` is true. The algorithm used 
to derive the master key from the provided password. Eg: AES256
+
+| encryption.s3.sse.c.key.derivation.enabled
+| optional: Boolean. Default is false. Controls whether to derive the 
encryption key from the bucket name as master key and blob-id as salt.
+
+| encryption.s3.sse.c.master.key.password
+| String. Required if `encryption.s3.sse.c.key.derivation.enabled` is false. 
The password used to derive the customer key.

Review Comment:
   change 
   `The password used to derive the customer key` to 
   `The password used to generate the customer key` 
   is it better?



-- 
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: notifications-unsubscr...@james.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to