From 8e55f45818564600222cc6af4043b5ba76c1b106 Mon Sep 17 00:00:00 2001 From: Jesse Steele Date: Sat, 5 Sep 2015 15:08:07 +0800 Subject: [PATCH] Update README.md received "should not have others permissions" when mounting did chmod 640 and received "should not have group permissions" used chmod 600 after creating the password file and had no problems --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ff63860..53fdbd2 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,12 @@ Enter your S3 identity and credential in a file `/path/to/passwd`: echo MYIDENTITY:MYCREDENTIAL > /path/to/passwd ``` +Make sure the file has proper permissions (if you get 'permissions' error when mounting) `/path/to/passwd`: + +``` +chmod 600 /path/to/passwd +``` + Run s3fs with an existing bucket `mybucket` and directory `/path/to/mountpoint`: ```