storage
storage copied to clipboard
add tus - open protocol for resumable uploads
In order to successfully upload large files, resuming paused/interrupted uploads is usually a requirement.
Do you plan on supporting something like tus ? https://tus.io/
Should be possible with:
- https://github.com/tus/tus-node-server + https://github.com/fastify/middie
- https://github.com/tus/tus-js-client
Ah... nevermind:
tus is a new open protocol for resumable uploads built on HTTP. This is the tus protocol 1.0.0 node.js server implementation.
Attention: We currently lack the resources to properly maintain tus-node-server.
…been investigating a fastify implementation.
ended up with something like https://github.com/tus/tus-node-server/issues/241
This has now been implemented in v0.35.0