Wiki source code of S3 Blob Store
Last modified by Michael Hamann on 2026/02/26 11:05
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | The S3 blob store implementation allows storing data like attachments and deleted pages in an S3-compatible object store. At the moment, the only fully tested implementation is [[MinIO>>https://www.min.io/]]. Most other S3-compatible object stores like [[Garage>>https://garagehq.deuxfleurs.fr/]] or the [[OVHCloud Object Storage>>https://www.ovhcloud.com/en/public-cloud/object-storage/]] currently aren't supported as the implementation is currently relying on conditional object PUTs which aren't supported by most implementations. |