rustus icon indicating copy to clipboard operation
rustus copied to clipboard

TUS protocol implementation in Rust.

Results 24 rustus issues
Sort by recently updated
recently updated
newest added

While understanding hooks I ran across a few thoughts. 1. The documentation provided for the schema doesn't include the variations of possible values/types depending on when the hook is triggered....

When I deploy services, I prefer to filter out the logging of the health check endpoint since these are so often spammy and not representative of actual performance or issues....

Bumps [lapin](https://github.com/amqp-rs/lapin) from 1.10.0 to 2.1.1. Changelog Sourced from lapin's changelog. 2.1.1 (2022-04-08) Bug Fixes Fix potential race condition on connection error 2.1.0 (2022-03-23) Bug Fixes Fix potential race condition...

dependencies

Bumps [tokio-amqp](https://github.com/amqp-rs/lapin) from 1.1.0 to 2.0.0. Changelog Sourced from tokio-amqp's changelog. 2.0.0 (2022-02-02) Misc Make most of the API based on async fns Update to amq-protocol 7.0 Reworked connector Dropped...

dependencies

Create S3 Data storage to be able to store files on S3. The main idea is to create many file chunks 5MB each and concatenate them after upload is finished.

I found something interesting while using rustus for really large uploads. ![image](https://user-images.githubusercontent.com/18153319/166156009-a28e9080-196d-4265-a9e2-16e496d9054f.png) At some point rustus was using up to 2Gi per instance.

Please report here all found mistakes and typos in docs.

This improvement will allow to create setup and teardown for tests, get rid of creating directories by hand and much more.

It would be really cool to have Kafka as a new hook type.

This tus protocol extension is described here: https://tus.io/protocols/resumable-upload.html#expiration