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

Make async/await #41

Open reivilibre opened 4 years ago

reivilibre commented 4 years ago

There aren't inlineCallbacks here but it is using callbacks altogether; there may be interest in turning this into readable coroutine code.

clokep commented 4 years ago

I'm not sure if we mention a minimum Synapse version anywhere, but if we do we'll want to update it to whatever version added support to async/await in the media repo code.