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 <aaron.lehmann@docker.com>
pull/1048/head
Aaron Lehmann 2015-09-30 18:41:06 -07:00
parent f8109a78f9
commit 7f83bfd8af
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ This storage backend uses Amazon's Simple Storage Service (S3).
</td>
<td>
Indicates whether to use HTTPS instead of HTTP. A boolean value. The
default is false.
default is <code>true</code>.
</td>
</tr>
<tr>