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 fdb1abd387
commit 5e3911c2e6

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>