This is an automated email from the ASF dual-hosted git repository.
btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new 0a3427a5e8 [Documentation] Add a S3 compatible blob store section in
blobstore d… (#2933)
0a3427a5e8 is described below
commit 0a3427a5e8eeefbda203781ec49b10384cf5abc2
Author: Rene Cordier <[email protected]>
AuthorDate: Thu Feb 5 15:26:43 2026 +0700
[Documentation] Add a S3 compatible blob store section in blobstore d…
(#2933)
---
.../servers/partials/configure/blobstore.adoc | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/docs/modules/servers/partials/configure/blobstore.adoc
b/docs/modules/servers/partials/configure/blobstore.adoc
index f169bd0fa9..223035ebec 100644
--- a/docs/modules/servers/partials/configure/blobstore.adoc
+++ b/docs/modules/servers/partials/configure/blobstore.adoc
@@ -1,4 +1,24 @@
+=== S3 compatible BlobStores
+
+James has been tested and ensures it is API compatible with the following S3
object storages:
+
+- link:https://us.ovhcloud.com/public-cloud/object-storage[OVH S3 service]
+- link:https://www.min.io[MinIO (proprietary)]
+- link:https://garagehq.deuxfleurs.fr[Garage]
+- link:https://seaweedfs.github.io[SeaweedFS]: compatible but showed
limitations on storing big blobs with SSEC
+(cf https://github.com/seaweedfs/seaweedfs/issues/8215)
+
+[.underline]#Notes#:
+
+- MinIO encodes object names as filename and thus is subject to file system
limitation.
+We advise using the MinIO compatibility layer that ensures blobs are spread
out across folders by using prefix-based
+object organization to avoid performance bottlenecks from storing too many
objects in a single directory.
+
+_References_:
+- link:https://blog.min.io/prefix-vs-folder[MinIO: Prefix vs folder]
+-
link:https://docs.min.io/enterprise/aistor-object-store/administration/objects-and-versioning/#object-organization-and-planning[MinIO:
Object organization and planning]
+
=== Encryption choice
Data can be optionally encrypted with a symmetric key using AES before being
stored in the blobStore. As many user relies
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]