matrix-org / synapse-s3-storage-provider

Synapse storage provider to fetch and store media in Amazon S3
Apache License 2.0
118 stars 33 forks source link

Add support to read database configuration from homeserver.yaml #91

Closed ratsclub closed 1 year ago

ratsclub commented 1 year ago

This PR introduces a mechanism to get the database configuration directly from the homeserver.yaml instead of needing a database.yaml file.

Partially implements this idea: #44

ratsclub commented 1 year ago

Thanks, @reivilibre !

reivilibre commented 1 year ago

CI tests are already broken on main (see https://github.com/matrix-org/synapse-s3-storage-provider/actions/runs/4417473534/jobs/7743249181), so I'm going to merge this despite the fail.