t2bot / matrix-media-repo

Highly configurable multi-domain media repository for Matrix.

Home Page:https://docs.t2bot.io/matrix-media-repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support MSC4016's resumable uploads component

turt2live opened this issue · comments

n.b. this has two components:

  • support streaming transfers (ie let users download files which wre still uploading) - which is arguably the most useful bit
  • separately, support resumable uploads via Content-Range headers on PUT

I believe MMR already implicitly supports the first, but doesn't support the second. Would largely depend on how the stop signal is sent.