mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 08:48:55 +00:00
parent
526700f2de
commit
aeacd0a7d3
11
README.md
11
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 <rrizun@gmail.com>
|
||||
|
||||
Licensed under the GNU GPL version 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user