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

Generalize for usage in other S3-like services. #13

Closed srhoulam closed 5 years ago

srhoulam commented 6 years ago

This allows usage of S3-like services, e.g., DreamHost Objects, by setting their particular endpoint in the configuration hash for this module.

croissong commented 5 years ago

Any chance we can get this merged? I'd like to use a non-aws s3 provider as well, making a configurable endpoint_url necessary. I'm successfully using the fork.

erikjohnston commented 5 years ago

Thanks for this, looks like it was included in #16 and so has been merged?

croissong commented 5 years ago

Awesome! Thank you :)