From cf6f665f03cd5ce05f41c6aab7be6db236337c87 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 12 Sep 2017 18:09:56 -0700 Subject: [PATCH] Add blurb about non-Amazon S3 implementations References #629. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 061ebe3..a6f5e08 100644 --- a/README.md +++ b/README.md @@ -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: ```