summaryrefslogtreecommitdiff
path: root/doc/special_remotes
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-09 15:36:31 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-09 15:36:36 -0400
commite82eb195e48c095a064d2e59b5b0cee69328230a (patch)
treed9bad79cb564e25a7e108d75bfe8f7bfc2f248e2 /doc/special_remotes
parentf5fc7f83e42fc245bfbd198c6e54d26a7a8e8024 (diff)
S3: Allow configuring with requeststyle=path to use path-style bucket access instead of the default DNS-style access.
untested
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.