matrix-org / synapse-s3-storage-provider

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

Implement downloading files from S3 #1

Closed erikjohnston closed 6 years ago

erikjohnston commented 6 years ago

This uses the official boto3 client to download content. Unfortunately its got a synchronous API so we need to use it from a thread.

erikjohnston commented 6 years ago

I'll add a README separately