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

I'm trying to run, without success, the tus server as an express middleware, behind a reverse proxy hosted in a URL other than "/". On the server side: ``` const...

configstore does a few things that are problematic: - writes a file outside upload directory and with permissions so that group can't read/write - file infos are never removed so...

I'm using tus-js-client. **https://development.interskill.id/backendv2/** is my API base base URL. I don't really know what happened. But I got false upload URL from tus-node server. ![Screenshot from 2021-11-08 13-21-57](https://user-images.githubusercontent.com/12388998/140694346-99dfca59-a856-4af6-8462-0caeca2274c3.png)

I needed to monitor the upload progress on the server side, and I added an event EVENT_CHUNK_UPLOADED with payload: ``` { file: file config from options, loaded: { bytes: bytes...

I have created an implementation of DataStore that uses MongoDB as its backing client. Please provide me your comments & changes soon. I would love to be able to get...

Ref to #64 #58 and #149 Hi, @Acconut , i explore all the internet and i fined this project Tus , i see this project are years of disrepair ,...

When saving using tus-node-server with the S3 backend the meta data gets saved in a `.info` file its metadata. This file also gets used to reply to a `HEAD` request...

Are there any examples of using it with Azure Storage or would I have to implement it as an additional data storage provider if I wanted to use it with...

help wanted

Hi, I'm trying to use tus-node-server & tus-js-client for resumable uploads to Google Gloud Storage, First up, some context: as I understand it, the `chunkSize` must be set to lower...

On my project, all CORS are managed by ESP. And I found out that this package adds 'Access-Control-Allow-Origin' header. As an ESP. Duplicating the same 'Access-Control-Allow-Origin' header leads to error....