From 7f83bfd8af06297d9fcd6dacb1654847aa9bca93 Mon Sep 17 00:00:00 2001 From: Aaron Lehmann Date: Wed, 30 Sep 2015 18:41:06 -0700 Subject: [PATCH] Correct the default setting of s3's "secure" parameter in configuration.md This defaults to true in the code, but the doc claimed it defaults to false. Signed-off-by: Aaron Lehmann --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index b4080cb07..d0f39818f 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -600,7 +600,7 @@ This storage backend uses Amazon's Simple Storage Service (S3). Indicates whether to use HTTPS instead of HTTP. A boolean value. The - default is false. + default is true.