matrix-org / synapse-s3-storage-provider

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

s3_media_upload lacks ability to set region or endpoint_url #25

Open console-cowboy opened 5 years ago

console-cowboy commented 5 years ago

At present, the synapse-s3-storage-provider toolkit has an uneven implementation of configuration options. s3_storage_provider.py permits the configuration of a custom endpoint URL and setting the region for sessions, but s3_media_upload does not support setting these as options.

koehn commented 4 years ago

I think you're supposed to set those using e.g., aws configure. See the boto config linked from the README.md