Klowner / tussle

Tus daemon written in Typescript using a pluggable architecture
MIT License
37 stars 2 forks source link

Implement termination extension #4

Open Klowner opened 2 years ago

Klowner commented 2 years ago

https://tus.io/protocols/resumable-upload.html#termination

Presently core advertises termination capability but apparently I never implemented it in any of the storage services. After I implement dynamic storage service selection, the storage service itself should indicate whether it supports termination or not.