mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-09 14:20:58 +00:00
Merge pull request #257 from jesselsteele/patch-1
Update README.md: Bugfix password file permissions errors
This commit is contained in:
commit
39cec488d2
@ -55,6 +55,12 @@ Enter your S3 identity and credential in a file `/path/to/passwd`:
|
|||||||
echo MYIDENTITY:MYCREDENTIAL > /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`:
|
Run s3fs with an existing bucket `mybucket` and directory `/path/to/mountpoint`:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user