Tags: threefoldtech/rfs
Tags
Make sure to set max connection to 1 (#45) * Make sure to set max connection to 1 * fail the full upload at the end on error If one or more files fail to pack, the entire process will end up in an error in the end. It will also print out all failed files * run clippy * rebase * feat(nix,rust): pin toolchain via rust-toolchain.toml (#46) this introduces a single source of truth for the used rust toolchain --------- Co-authored-by: Stefan Junker <[email protected]>
Workaround for s3 issue (#36) * Workaround for s3 issue rfs can upload/download multiple files in parallel but it seems this s3 client can't handle this correctly so random issues appear during upload this trick is to force the store to do synched read/write but the problem is it hurts pefromance badly. Instead we should find a better client since this issue is too old (2018) https://github.com/awslabs/aws-sdk-rust/tree/main/sdk/s3 * Luckily updating the client to latest RC fixed the issue
add strip password flag (#33) * add strip password flag * fix pack test * prevent strip if flag is not set * use set password * None instead of Some() * change to no_strip_password and use context for errors * change to no_strip_password and use context for errors * cleaner handling of password stipping * fix formatting --------- Co-authored-by: Muhamad Azamy <[email protected]>
PreviousNext