quantranhong1999 commented on code in PR #2542:
URL: https://github.com/apache/james-project/pull/2542#discussion_r1868669088
##########
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:
Should we add a doc in `jvm.adoc`?
--
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]