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


##########
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:
   Will this allow nesting below root ? 
   Imagine I can or want to have a single s3 bucket for all james related 
stuff. My bucket is `free-hosting-foo-23402`
   how do I configure the Vault so that deleted messages are nested under 
   `free-hosting-foo-23402/james-deleted-message-vault/xxxx` 
   so I can have the mailqueue and other s3 backed store write in other 
subdirectories ?



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