Add warnings to synapse-s3-storage-provider support feature

This commit is contained in:
Slavi Pantaleev
2022-10-14 17:58:47 +03:00
parent a3759b0466
commit 63a0e5c4f6
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
If you'd like to store Synapse's content repository (`media_store`) files on Amazon S3 (or other S3-compatible service),
you can use the [synapse-s3-storage-provider](https://github.com/matrix-org/synapse-s3-storage-provider) media provider module for Synapse.
**`synapse-s3-storage-provider` support is very new and still relatively untested. Using it may cause data loss.**
An alternative (which has worse performance) is to use [Goofys to mount the S3 store to the local filesystem](configuring-playbook-s3-goofys.md).