From d5d541c7f7d218adb921abd20e6f8556642152e9 Mon Sep 17 00:00:00 2001 From: Vincent Milum Jr Date: Wed, 25 Aug 2021 10:10:03 -0700 Subject: [PATCH] Adding FreeBSD example to README S3FS has existing on FreeBSD since 2009, and should be reflected here that it is well supported. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa05310..ad4a39e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # s3fs -s3fs allows Linux and macOS to mount an S3 bucket via FUSE. +s3fs allows Linux, macOS, and FreeBSD to mount an S3 bucket via FUSE. s3fs preserves the native object format for files, allowing use of other tools like [AWS CLI](https://github.com/aws/aws-cli). [![s3fs-fuse CI](https://github.com/s3fs-fuse/s3fs-fuse/workflows/s3fs-fuse%20CI/badge.svg)](https://github.com/s3fs-fuse/s3fs-fuse/actions) @@ -75,6 +75,12 @@ Many systems provide pre-built packages: brew install s3fs ``` +* FreeBSD: + + ``` + pkg install fusefs-s3fs + ``` + Note: Homebrew has deprecated osxfuse and s3fs may not install any more, see [#1618](https://github.com/s3fs-fuse/s3fs-fuse/issues/1618).