update registry s3 storage driver docs to add skipverify flag

This commit is contained in:
Eugene Lubarsky 2020-02-24 21:53:08 +11:00 committed by GitHub
parent 711567c5af
commit 52840c7fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -107,6 +107,17 @@ Amazon S3 or S3 compatible services for object storage.
default is <code>true</code>.
</td>
</tr>
<tr>
<td>
<code>skipverify</code>
</td>
<td>
no
</td>
<td>
<code>true</code> to skip TLS verification, <code>false</code> by default.
</td>
</tr>
<tr>
<td>
<code>v4auth</code>