Skip to content
/ tusd Public
forked from tus/tusd

Reference server implementation in Go of tus: the open protocol for resumable file uploads

License

Notifications You must be signed in to change notification settings

linkease/tusd

This branch is 445 commits behind tus/tusd:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 18, 2022
Aug 4, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Jun 11, 2019
Oct 4, 2022
Oct 28, 2021
Sep 19, 2022
Oct 10, 2022
Jan 19, 2017
Nov 3, 2021
Oct 24, 2021
Oct 24, 2022
Oct 24, 2022

Repository files navigation

tusd

Tus logo

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 an 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

This branch contains tusd v1. If you are looking for the previous major release, after which breaking changes have been introduced, please look at the 0.14.0 tag.

Documentation

Build status

release continuous-integration

License

This project is licensed under the MIT license, see LICENSE.txt.

About

Reference server implementation in Go of tus: the open protocol for resumable file uploads

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.3%
  • Shell 1.3%
  • Other 0.4%