Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: threefoldtech/rfs

Tags

v1.1.4

Toggle v1.1.4's commit message
harden parsing pid file

Signed-off-by: Ashraf Fouda <[email protected]>

v1.1.3

Toggle v1.1.3's commit message
harden parsing pid file

Signed-off-by: Ashraf Fouda <[email protected]>

v1.1.2

Toggle v1.1.2's commit message
harden parsing pid file

Signed-off-by: Ashraf Fouda <[email protected]>

v2.0.7

Toggle v2.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v2.0.6

Toggle v2.0.6's commit message

Verified

This commit was signed with the committer’s verified signature.
muhamadazmy Muhamad Awad
add error logs

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(store): add s3s and s3+tls to registered stores (#41)

seems like this is missing plumbing.

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
muhamadazmy Muhamad Awad
fix the open options

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Need to set journal mode to disable WAL (#37)

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>