HoussemNasri commented on code in PR #2493:
URL: https://github.com/apache/james-project/pull/2493#discussion_r1837681856


##########
server/blob/blob-s3/src/main/java/org/apache/james/blob/objectstorage/aws/sse/S3SSECustomerKeyFactory.java:
##########
@@ -51,4 +52,20 @@ public Mono<SSECustomerKey> generate(BucketName bucketName, 
BlobId blobId) {
             return Mono.just(sseCustomerKey);
         }
     }
+
+    class PerObjectCustomerKeyFactory implements S3SSECustomerKeyFactory {

Review Comment:
   How about?
   - ConfiguredCustomerKeyFactory
   - DerivedCustomerKeyFactory or S3ObjectDerivedCustomerKeyFactory



-- 
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