Merge pull request #1016 from mastertinner/patch-1

Correct wrong default value
This commit is contained in:
Joao Fernandes 2017-01-03 11:52:08 -08:00 committed by GitHub
commit 00ac7f40c1
1 changed files with 2 additions and 3 deletions

View File

@ -116,8 +116,7 @@ Amazon S3 or S3 compatible services for object storage.
</td> </td>
<td> <td>
Indicates whether the registry uses Version 4 of AWS's authentication. Indicates whether the registry uses Version 4 of AWS's authentication.
Generally, you should set this to <code>true</code>. By default, this is By default, this is <code>true</code>.
<code>false</code>.
</td> </td>
</tr> </tr>
<tr> <tr>
@ -276,4 +275,4 @@ middleware:
A CloudFront key-pair is required for all AWS accounts needing access to your A CloudFront key-pair is required for all AWS accounts needing access to your
CloudFront distribution. For information, please see [Creating CloudFront Key CloudFront distribution. For information, please see [Creating CloudFront Key
Pairs](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-trusted-signers.html#private-content-creating-cloudfront-key-pairs). Pairs](http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-trusted-signers.html#private-content-creating-cloudfront-key-pairs).