From aeacd0a7d38d94e01842a772b7809b62e5ae34b0 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Sun, 5 Mar 2023 15:03:48 +0900 Subject: [PATCH] Updated README.md(feat #2109) (#2115) --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 83267cf..7042a22 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # s3fs -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 allows Linux, macOS, and FreeBSD to mount an S3 bucket via [FUSE(Filesystem in Userspace)](https://github.com/libfuse/libfuse). +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](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) [![Twitter Follow](https://img.shields.io/twitter/follow/s3fsfuse.svg?style=social&label=Follow)](https://twitter.com/s3fsfuse) @@ -81,6 +82,9 @@ Many systems provide pre-built packages: pkg install fusefs-s3fs ``` +* Windows: + + Windows has its own install, seening in [this link](COMPILATION.md) Otherwise consult the [compilation instructions](COMPILATION.md). @@ -175,4 +179,3 @@ Generally S3 cannot offer the same performance or semantics as a local file syst Copyright (C) 2010 Randy Rizun Licensed under the GNU GPL version 2 -