rustus
rustus copied to clipboard
TUS protocol implementation in Rust.
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...
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...
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.  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