summaryrefslogtreecommitdiff
path: root/doc
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
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')
-rw-r--r--doc/special_remotes/S3.mdwn3
-rw-r--r--doc/todo/support_path-style_syntax_for_S3_bucket_specification/comment_1_971ab83e58128a60921e19b822323965._comment10
2 files changed, 13 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.
diff --git a/doc/todo/support_path-style_syntax_for_S3_bucket_specification/comment_1_971ab83e58128a60921e19b822323965._comment b/doc/todo/support_path-style_syntax_for_S3_bucket_specification/comment_1_971ab83e58128a60921e19b822323965._comment
new file mode 100644
index 000000000..3faf2e539
--- /dev/null
+++ b/doc/todo/support_path-style_syntax_for_S3_bucket_specification/comment_1_971ab83e58128a60921e19b822323965._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-02-09T19:35:10Z"
+ content="""
+Sure, I've added that as requeststyle=path. I have not tested it, so once
+you get an updated build let me know if it works.
+
+(Should be available in the daily linux autobuilds within about an hour.)
+"""]]