From 246b767b64fc5a58379804d64523295861f792cc Mon Sep 17 00:00:00 2001 From: Vadim Eremeev Date: Mon, 5 Feb 2018 16:49:02 +0700 Subject: [PATCH] Remove space in front of ~/.passwd-s3fs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61c478a..335a4d2 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The default location for the s3fs password file can be created: * using a .passwd-s3fs file in the users home directory (i.e. ~/.passwd-s3fs) * using the system-wide /etc/passwd-s3fs file -Enter your S3 identity and credential in a file ` ~/.passwd-s3fs` and set +Enter your S3 identity and credential in a file `~/.passwd-s3fs` and set owner-only permissions: ``` @@ -73,13 +73,13 @@ chmod 600 ~/.passwd-s3fs Run s3fs with an existing bucket `mybucket` and directory `/path/to/mountpoint`: ``` -s3fs mybucket /path/to/mountpoint -o passwd_file= ~/.passwd-s3fs +s3fs mybucket /path/to/mountpoint -o passwd_file=~/.passwd-s3fs ``` If you encounter any errors, enable debug output: ``` -s3fs mybucket /path/to/mountpoint -o passwd_file= ~/.passwd-s3fs -o dbglevel=info -f -o curldbg +s3fs mybucket /path/to/mountpoint -o passwd_file=~/.passwd-s3fs -o dbglevel=info -f -o curldbg ``` You can also mount on boot by entering the following line to `/etc/fstab`: @@ -97,7 +97,7 @@ mybucket /path/to/mountpoint fuse.s3fs _netdev,allow_other 0 0 If you use s3fs with a non-Amazon S3 implementation, specify the URL and path-style requests: ``` -s3fs mybucket /path/to/mountpoint -o passwd_file= ~/.passwd-s3fs -o url=http://url.to.s3/ -o use_path_request_style +s3fs mybucket /path/to/mountpoint -o passwd_file=~/.passwd-s3fs -o url=http://url.to.s3/ -o use_path_request_style ``` or(fstab)