tus-node-server icon indicating copy to clipboard operation
tus-node-server copied to clipboard

Node.js tus server, standalone or integrable in any framework, with disk, S3, and GGC stores.

Results 74 tus-node-server issues
Sort by recently updated
recently updated
newest added

line 8 and 14 of demo/server.js incorrectly use GCSDataStore instead of GCSStore AAnd the whole API call is wrong the the code fails My Fix const {Server, EVENTS} = require('@tus/server')...

This PR create a new random bucket every time tests runs avoiding race conditions closes #533

Regularly seeing a race condition occurring when two CI runs happen around the same time, which happens often if you have multiple PRs or a PR and a new commit...

### Background Hi there, I have used gridFS for a while now, so recently thought might as well build a tus-store for it, I know there was a [related issue](https://github.com/tus/tus-node-server/issues/24)...

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...

In order to make the tus server less tightly coupled to Node.js, we can create runtime adapters which are consumed in the request handlers. This would allow tus to be...

Hi, Not sure if I'm missing something. I tried a simple server: `'use strict' import {Server} from '@tus/server'; import {FileStore} from '@tus/file-store'; const host = '127.0.0.1' const port = 1080...

Currently we use the `debug` package to log quite a few things. It would be a big improvement if we have a proper logger with log levels which can be...

`[email protected]` removed the demo files from the publish so we need to rewrite the demo.

Hello, Currently, it seems that 0 bytes files don't make it to S3. the `.info` file is written correctly and the request succeeds but no files are present on the...