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


##########
server/container/guice/blob/deduplication-gc/src/main/java/org/apache/james/modules/blobstore/BlobDeduplicationGCModule.java:
##########
@@ -68,7 +70,14 @@ protected void configure() {
     @Singleton
     @Provides
     public BlobId.Factory generationAwareBlobIdFactory(Clock clock, 
PlainBlobId.Factory delegate, GenerationAwareBlobId.Configuration 
configuration) {
-        return new GenerationAwareBlobId.Factory(clock, delegate, 
configuration);
+            String property = 
System.getProperty("james.s3.minio.compatibility.mode");

Review Comment:
   I see in the ticket 
   ```
   Have an option in blobstore.properties to actually switch to that MinIO 
compatibility mode:
   ```
   Do you need it? I can adapt it



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to