s3fs-fuse
FUSE-based file system backed by Amazon S3 buckets.
Why consider s3fs-fuse?
s3fs-fuse allows Linux, macOS, and FreeBSD to mount Amazon S3 buckets or S3-compatible object stores as local file systems with transparent POSIX file operations.
Learn s3fs-fuse by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of s3fs-fuse
s3fs preserves native file formats in S3 buckets, allowing users to inspect files via standard CLI commands (ls, cat, cp) and web consoles seamlessly.
Mounting an S3 Bucket
echo ACCESS_KEY_ID:SECRET_ACCESS_KEY > ~/.passwd-s3fschmod 600 ~/.passwd-s3fss3fs mybucket /path/to/mountpoint -o passwd_file=~/.passwd-s3fss3fs-fuse is licensed under the GNU General Public License v2.0 (GPL-2.0).
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.