Add blurb about non-Amazon S3 implementations

References #629.
This commit is contained in:
Andrew Gaul 2017-09-12 18:09:56 -07:00
parent b1fe419870
commit cf6f665f03

View File

@ -75,6 +75,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:
```