Merge pull request #637 from andrewgaul/non-aws-s3

Add blurb about non-Amazon S3 implementations
This commit is contained in:
Takeshi Nakatani 2017-09-17 15:37:13 +09:00 committed by GitHub
commit 473dd7c940

View File

@ -71,6 +71,13 @@ Run s3fs with an existing bucket `mybucket` and directory `/path/to/mountpoint`:
s3fs mybucket /path/to/mountpoint -o passwd_file=/path/to/passwd
```
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=/path/to/passwd -o url=http://url.to.s3/ -o use_path_request_style
```
If you encounter any errors, enable debug output:
```