vttranlina commented on code in PR #2493: URL: https://github.com/apache/james-project/pull/2493#discussion_r1836810664
########## 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: If this class name is confusing, could you suggest a better one? -- 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