summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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.)
+"""]]