Skip to content

New Package Request: s3fs-fuse #136

@bonjour-py

Description

@bonjour-py

Package name and purpose
FUSE-based file system backed by Amazon S3

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions