vttranlina commented on code in PR #2542:
URL: https://github.com/apache/james-project/pull/2542#discussion_r1867357404
##########
server/container/guice/blob/deduplication-gc/src/main/java/org/apache/james/modules/blobstore/BlobDeduplicationGCModule.java:
##########
@@ -68,8 +69,15 @@ protected void configure() {
@Singleton
@Provides
- public GenerationAwareBlobId.Factory generationAwareBlobIdFactory(Clock
clock, PlainBlobId.Factory delegate, GenerationAwareBlobId.Configuration
configuration) {
- return new GenerationAwareBlobId.Factory(clock, delegate,
configuration);
+ public BlobId.Factory generationAwareBlobIdFactory(Clock clock,
PlainBlobId.Factory delegate, GenerationAwareBlobId.Configuration
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]