s3fs
FUSE-based file system backed by Amazon S3
Install
- All systems
-
curl cmd.cat/s3fs.sh
- Debian
-
apt-get install s3fs
- Ubuntu
-
apt-get install s3fs
- Arch Linux
-
pacman -S s3fs
- Kali Linux
-
apt-get install s3fs
- Fedora
-
dnf install s3fs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install s3fs
- OS X
-
brew install s3fs
- Raspbian
-
apt-get install s3fs
- Dockerfile
- dockerfile.run/s3fs
s3fs
FUSE-based file system backed by Amazon S3
s3fs is a FUSE filesystem that allows you to mount an Amazon S3 bucket as a local filesystem. It stores files natively and transparently in S3 (i.e., you can use other programs to access the same files). Maximum file size=64GB (limited by s3fs, not Amazon). s3fs is stable and is being used in a number of production environments, e.g., rsync backup to s3.