From 29a5bcb24ea7fc86bdd88f6af74d0120c156b1c0 Mon Sep 17 00:00:00 2001 From: Rune Henriksen Date: Tue, 6 Nov 2018 19:59:44 +0100 Subject: [PATCH 1/2] Clarify endpoint documentation Clarified the need to explicitly declare HTTP or HTTPS in the endpoint URL. --- docs/index.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 1ea6c858..8ad9b069 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -200,6 +200,7 @@ Specify the content encoding. Supports ("gzip"). Defaults to "none" The endpoint to connect to. By default it is constructed using the value of `region`. This is useful when connecting to S3 compatible services, but beware that these aren't guaranteed to work correctly with the AWS SDK. +The endpoint should be a HTTP or HTTPS URL, e.g. https://example.com [id="plugins-{type}s-{plugin}-prefix"] ===== `prefix` From 8675119698e5a5bfec7a32c60e7386b8f959985a Mon Sep 17 00:00:00 2001 From: Rune Henriksen Date: Tue, 6 Nov 2018 20:01:47 +0100 Subject: [PATCH 2/2] typo --- docs/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 8ad9b069..512423ac 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -200,7 +200,7 @@ Specify the content encoding. Supports ("gzip"). Defaults to "none" The endpoint to connect to. By default it is constructed using the value of `region`. This is useful when connecting to S3 compatible services, but beware that these aren't guaranteed to work correctly with the AWS SDK. -The endpoint should be a HTTP or HTTPS URL, e.g. https://example.com +The endpoint should be an HTTP or HTTPS URL, e.g. https://example.com [id="plugins-{type}s-{plugin}-prefix"] ===== `prefix`