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

Ruby server for tus resumable upload protocol

Results 6 tus-ruby-server issues
Sort by recently updated
recently updated
newest added

Fixes #26 by... configuring a CI.

This is a placeholder issue until we can get a another CI going. Perhaps GitHub Actions CI?

In addition to the prefix in the s3 option we can allow the user to set prefix from the client side by setting http headers as: `headers: { 'Sub-Prefix': 'images'...

When you need to download or preview the files directly from the storage you will have the issue that the files have no extensions. My solution is to simple have...

Instead of having S3 content disposition hard coded to inline allow passing the value with the `upload_options`.

We're using an S3 API 'compatible' storage which seems to occasionally take a second or two to actually persist the update. This seems to be causing our `409 Upload-Offset header...