tusd
tusd copied to clipboard
Reference server implementation in Go of tus: the open protocol for resumable file uploads
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.70 to 1.44.77. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.77 (2022-08-15) Service Client Updates service/cloudfront: Updates service API and documentation Adds Http 3 support to distributions...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.91.0 to 0.92.0. Release notes Sourced from google.golang.org/api's releases. v0.92.0 0.92.0 (2022-08-10) Features all: auto-regenerate discovery clients, refs #1649 #1646 #1645 #1643 #1641 Changelog Sourced from google.golang.org/api's...
Tasks to be done: **General** - [ ] change go.mod to ../v2 and update internal references to .../v2 (see https://github.com/tus/tusd/pull/672#issuecomment-1082737523) **Hooks** - [ ] docs: Update documentation about hooks -...
**Question** How does TUS assure, that a new upload does not accidentally overwrite an existing file, which for pure "luck" does get the same random UID? I know, the chances...
I added a flag to allow the user to set their own Access-Control-Allow-Origin header. I feel it's proper to be able to set this header because CORS was designed with...
**Describe the bug** I don't _think_ that tusd uses `crypto/ssh` (and is therefore not really subject to this CVE) however from a static analysis standpoint it'd be nice if we...
Hello, we are considering using tusd as storage frontend and did some thinking about what we're currently missing feature wise. What we came up with was that we'd like to...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.13.0. Release notes Sourced from github.com/prometheus/client_golang's releases. ## 1.13.0 / 2022-08-06 [CHANGE] Minimum required Go version is now 1.17 (we also test client_golang against the...
Currently the example https://github.com/tus/tusd/tree/master/examples/server seems to lack virtually every option the binary does, and not much info about how the binary works and no methods to build certain parts of...
I have installed tus via helm in a bare metal kuberntes cluster and I have created an ingress route TLS terminated and I can access it via HTTPS. Although, I've...