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 for redirecting media downloads (MSC3860) #107

Open ser opened 9 months ago

ser commented 9 months ago

It would be a massive efficiency to deploy MSC3860 to this storage provider to allow storage to be served directly from S3 servers.

I would see it sending a s3 get_presigned_url() of a media file to the client to keep S3 server closed from public.

clokep commented 9 months ago

I agree that this would be a useful feature to support. 👍

DMRobertson commented 9 months ago

No disagreements from the Synapse team. We're not going to prioritise it, but would gladly review a PR.