tus / tusd

Reference server implementation in Go of tus: the open protocol for resumable file uploads
https://tus.github.io/tusd
MIT License
2.92k stars 465 forks source link

Up to date Golang client? #1138

Open cedricve opened 1 month ago

cedricve commented 1 month ago

Looks like a promising project, but limitations in tus-clients, for example the Golang client looks like very old. Any ideas on developing an official go client?

Acconut commented 1 month ago

We have played with the thought of making an official Go client, as this could be a handy basis for building a CLI program for interacting with tus server (for testing, development and scripting). But so far we don't have any concrete plans on if or when we would do this.

cedricve commented 1 month ago

Ok makes sense, we are happy to integrate and promote it into our Kerberos.io solution as resumable uploads for video surveillance is key

Acconut commented 3 weeks ago

That's great to hear! Would you be interested in helping with an official Go client? I am thinking about reaching out to the authors behind https://github.com/eventials/go-tus to see if there is interest in reviving their project and hosting it under the tus organization on GitHub.