-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Package name and purpose
FUSE-based file system backed by Amazon S3
- Package upstream repo: https://github.com/s3fs-fuse/s3fs-fuse
- Gentoo ebuild: https://gitweb.gentoo.org/repo/gentoo.git/tree/net-fs/s3fs
Impact of adding this package to the Flatcar OS image
I don't think net-fs software should in Flatcar OS image
The package improves on the following core values:
- Secure by default
- Always up to date
- Improve container experience
- Operate at scale / automation / telemetry
The package will increase the image size by: [estimated] MBytes.
How might this package increase the attack surface:
- [ e.g. new ports open, new services running, etc. ]
Benefits of adding this package
s3fs allows Linux, macOS, and FreeBSD to mount an S3 bucket via FUSE(Filesystem in Userspace).
s3fs makes you operate files and directories in S3 bucket like a local file system.
s3fs preserves the native object format for files, allowing use of other tools like AWS CLI.
Additional information
working with Podman, I can use s3fs to easily persist my data. like
# ~/.config/containers/systemd/vault.volume
[Volume]
Type = fuse.s3fs
Options = _netdev,allow_other,use_cache=%C/s3fs,del_cache,passwd_file=%E/containers/systemd/secrets/oss,
Device = my-bucket
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels