diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-14 06:34:38 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-14 17:16:43 +0700 |
commit | afe5e9d35bcc8fd5706b7440b641b3f5b92cc10d (patch) | |
tree | 63fe81cc3e5b3694a0eff8dd83ecbb361d26fa26 /system/s3fs-fuse/README | |
parent | e08afba78d258be4e043be68334fbd5bc6bec9ba (diff) |
system/s3fs-fuse: Added (FUSE-based file system)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/s3fs-fuse/README')
-rw-r--r-- | system/s3fs-fuse/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/s3fs-fuse/README b/system/s3fs-fuse/README new file mode 100644 index 0000000000..5f80545687 --- /dev/null +++ b/system/s3fs-fuse/README @@ -0,0 +1,7 @@ +s3fs allows Linux and macOS to mount an S3 bucket via FUSE. + +s3fs preserves the native object format for files, allowing +use of other tools like AWS CLI + +NOTE: awscli is runtime dependency as it needs to be properly +configured to be able to connect to AWS S3 Buckets. |