diff options
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 0000000000000..5f80545687931 --- /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. |