summaryrefslogtreecommitdiff
path: root/doc/special_remotes
diff options
context:
space:
mode:
Diffstat (limited to 'doc/special_remotes')
-rw-r--r--doc/special_remotes/S3.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/special_remotes/S3.mdwn b/doc/special_remotes/S3.mdwn
index f6c01c0d0..380311508 100644
--- a/doc/special_remotes/S3.mdwn
+++ b/doc/special_remotes/S3.mdwn
@@ -59,6 +59,9 @@ the S3 remote.
* `host` and `port` - Specify in order to use a different, S3 compatable
service.
+* `requeststyle` - Set to "path" to use path style requests, instead of the
+ default DNS style requests. This is needed with some S3 services.
+
* `bucket` - S3 requires that buckets have a globally unique name,
so by default, a bucket name is chosen based on the remote name
and UUID. This can be specified to pick a bucket name.