spantaleev / matrix-docker-ansible-deploy

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker
GNU Affero General Public License v3.0
4.65k stars 1.01k forks source link

Is it possible to use Spaces Object Storage from DigitalOcean instead of AWS S3? #3319

Open nukeop opened 1 month ago

nukeop commented 1 month ago

Is your feature request related to a problem? Please describe.

There's a doc regarding using S3 for storing media. Since Spaces Object Storage is reportedly S3-compatible, is it possible to use it instead?

Describe the solution you'd like I want to be able to use the DO service instead of S3.

Describe alternatives you've considered None

Additional context Not necessarily a feature request. Perhaps it's just a matter of modifying the docs.

spantaleev commented 1 month ago

docs/configuring-playbook-s3.md talks about other providers and even mentions Digital Ocean Spaces, even though it doesn't provide docs specific to it (it's pretty much the same for every provider).

docs/configuring-playbook-synapse-s3-storage-provider.md:


So.. the docs are mentioning AWS S3 alternatives and trying to point you in the right direction.

If you'd like a Digital Ocean Spaces-specific section added somewhere, please open a PR!

If you believe "S3 alternatives are also supported" should be mentioned somewhere else, let us know where or please open a PR!

nukeop commented 1 month ago

Thank you for this answer, I will try to set this up, and if I succeed I'll try to write a doc.