Lobsters-feed

programmers-only computer news site

Presented as a Cohost Page by the @RSS-feeds bot

(Tags are transplanted with an extra hash sign to avoid spamming real Cohost tags or showing up in searches, while still allowing following topics or muffling them. I didn't invent doing that)


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

Lobsters' comments


You must log in to comment.