chibenwa opened a new pull request, #2539: URL: https://github.com/apache/james-project/pull/2539
Storing all blobs into a single bucket hurts: impossible to run the GC or do S3 administrative operations (minio underlying model is mapping to OS folders, so Tmail storing all in one bucket litterally creates folders with dozens of millions of files which is a VERY bad idea) First commit adds a little handy abstraction allowing alternative implems to GenerationAwareBlobId and makes the system more open: NICE. The second commit could be done in Twake mail if needed though I do know some James users relying on MinIO in the wild out there... -- 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]
