Arsnael commented on code in PR #2902:
URL: https://github.com/apache/james-project/pull/2902#discussion_r2703073247


##########
mailbox/plugin/deleted-messages-vault/src/main/java/org/apache/james/vault/VaultConfiguration.java:
##########
@@ -31,32 +31,38 @@
 import com.google.common.base.Preconditions;
 
 public class VaultConfiguration {
+    public static final String DEFAULT_SINGLE_BUCKET_NAME = 
"james-deleted-message-vault";

Review Comment:
   I thought we agreed that this work for now just allows going from multiple 
S3 buckets to just one for the vault only, but it does not put all blobs under 
the root bucket.
   
   The goal in the end would be to put all blobs under one S3 bucket yes. But 
that's not what this PR intends to do. That would require more changes and 
discussions.
   
   Is it still unclear on that point @jeantil ?  



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