tusd is the official reference implementation of the tus resumable upload protocol.
1M+
tus is a protocol based on HTTP for resumable file uploads. Resumable means that an upload can be interrupted at any moment and can be resumed without re-uploading the previous data again. An interruption may happen willingly, if the user wants to pause, or by accident in case of a network issue or server outage.
tusd is the official reference implementation of the tus resumable upload protocol. The protocol specifies a flexible method to upload files to remote servers using HTTP. The special feature is the ability to pause and resume uploads at any moment allowing to continue seamlessly after e.g. network interruptions.
It is capable of accepting uploads with arbitrary sizes and storing them locally on disk, on Google Cloud Storage or on AWS S3 (or any other S3-compatible storage system). Due to its modularization and extensibility, support for nearly any other cloud provider could easily be added to tusd.
Protocol version: 1.0.0
The entire documentation, including guides on installing, using, and configuring tusd can be found on the website: tus.github.io/tusd.
This project is licensed under the MIT license.
Content type
Image
Digest
sha256:395cffaf4…
Size
31.5 MB
Last updated
15 days ago
docker pull tusproject/tusd:sha-ad7fb31