-
Now that [tus-node-server](https://github.com/tus/tus-node-server) is published under the `@tus` npm scope, `tus-js-client` should follow along.
We need to:
- Release a new major version for `tus-…
-
### Is this a duplicate?
- [X] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.m…
-
**Describe the bug**
I'm encountering an issue with file uploads using FilePond and TUS in Supabase CLI. Files under 6MB upload successfully, but uploads of larger files consistently fail.
**T…
-
## 🚀 Feature request
### Current Behavior
Tus Client 1.x
### Desired Behavior
Tus Client 2.x
### Suggested Solution
https://tus.io/blog/2020/05/04/tus-js-client-200.html
-
R2 has a non-standard requirement that all non-trailing parts of a multi-part upload be exactly the same size. With @tus/s3-store@1.4.3 and @tus/server@1.6.0 get the occasional error `InvalidPart: All…
-
**Describe the bug**
I'm attempting to leverage tus for large file uploads using Cloudflare Workers. Simply running
`const tus = require("tus-js-client")` yields `window is not defined`.
I've t…
-
It would be great to implement Resumable Uploads, I am doing an integration for Vimeo and the videos that I will upload have a very large weight to upload them in a load, luckily Vimeo has this implem…
-
For large uploads from client applications, throughput could be much improved if chunks can be uploaded in parallel. This requires support for the Concatenation extension [^1].
[^1]: https://tus.io…
-
I have react application in production (tus node server with tus gcs store) with many active users.
From time to time my server is being reset from error I get from tus, due to file metadata is missi…
-
Currently tus client storage is not used, so resume support for interrupted sends that will be subsequently retried are not supported.