This version is based on blobfuse2 2.4.2 (upstream).
Highlights
- New terminal-based configuration UI (TUI):
cloudfuse config
- New
update
command so cloudfuse can update itself - New
gather-logs
command to easily collect all cloudfuse logs and generate a zip file - Support for FUSE3 on Linux bringing faster directory listing and other performance improvements
- Faster file cache performance on Linux
- APT and RPM repositories
Breaking changes
-
GUI removed from this repo
The GUI is no longer bundled. Install it separately: https://github.com/Seagate/cloudfuse-gui
Use the new TUI withcloudfuse config
for in-terminal setup. -
CLI cleanup and removals
Some v1 command-line options were removed. All removed options can still be configured in theconfig.yaml
.
Refer to the docs for the current CLI options. -
Passphrase handling simplified
Base64 encoding of the passphrase is no longer required. Existing base64-encoded values continue to work.
Features
- #481 Add update command
- #599 Add log collector
- #641 Add TUI interface
- #657 Improve file_cache performance on linux
- #631 Bump blobfuse version to 2.4.2
- #500 Add builds for fuse3
- #591 Add rpm and apt repository
- #499 Remove GUI
- #624 Remove V1 Command Line Options
- #650 Remove requirement for base64 encoded passphrase
- #633 Add sync command for size_tracker