The link lobste.rs is discussing
Lobste.rs tags: rust
Author: nbari
I tried to put together options needed in special cases when streaming a backup in constrained systems (few disk/mem/CPU), like limiting bandwidth (KB/S) not using all CPU cores, and keeping memory usage as low as possible, but at the same time capable of resume the upload.
Currently, I am testing it against Cloudflare R2, working so far, for listing buckets I just need to use a prefix, for example:
s3m ls <r2>/<bucket>/ -p "test"
Any feedback would be pretty much appreciated: https://github.com/s3m/s3m