×

注意!页面内容来自https://github.com/tus/tusd,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Skip to content
<> /* Override primer focus outline color for marketing header dropdown links for better contrast */ [data-color-mode="light"] .HeaderMenu-dropdown-link:focus-visible, [data-color-mode="light"] .HeaderMenu-trailing-link a:focus-visible { outline-color: var(--color-accent-fg); }

tus/tusd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,644 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 willinglyif the user wants to pauseor 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 diskon Google Cloud Storage or on AWS S3 (or any other S3-compatible storage system). Due to its modularization and extensibilitysupport for nearly any other cloud provider could easily be added to tusd.

Protocol version: 1.0.0

This branch contains tusd v2. If you are looking for the previous major releaseafter which breaking changes have been introducedplease look at the 1.13.0 tag.

Documentation

The entire documentationincluding guides on installingusingand configuring tusd can be found on the website: tus.github.io/tusd.

Build status

release continuous-integration

License

This project is licensed under the MIT licensesee LICENSE.txt.

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages