From 3dd9832f6109d5a0d9a0ec372e42568d51a09544 Mon Sep 17 00:00:00 2001 From: pxeger <_@pxeger.com> Date: Tue, 7 Jul 2020 16:06:00 +0100 Subject: [PATCH] `s3fs#bucketname ... fuse` -> `bucketname ... fuse.s3fs` (#1321) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82b3d11..bea6fa8 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ s3fs mybucket /path/to/mountpoint -o passwd_file=${HOME}/.passwd-s3fs -o dbgleve You can also mount on boot by entering the following line to `/etc/fstab`: ``` -s3fs#mybucket /path/to/mountpoint fuse _netdev,allow_other 0 0 +mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other 0 0 ``` or @@ -129,7 +129,7 @@ s3fs mybucket /path/to/mountpoint -o passwd_file=${HOME}/.passwd-s3fs -o url=htt or(fstab) ``` -s3fs#mybucket /path/to/mountpoint fuse _netdev,allow_other,use_path_request_style,url=https://url.to.s3/ 0 0 +mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other,use_path_request_style,url=https://url.to.s3/ 0 0 ``` To use IBM IAM Authentication, use the `-o ibm_iam_auth` option, and specify the Service Instance ID and API Key in your credentials file: