Updating table to remove extra closing table row (#2725)

This commit is contained in:
Jonathan Lee 2017-04-11 16:41:35 -04:00 committed by John Mulhausen
parent fde52284cc
commit 5cf9203223

View file

@ -10,11 +10,14 @@ An implementation of the `storagedriver.StorageDriver` interface which uses Goog
<table>
<thead>
<tr>
<th>Parameter</th>
<th>Required</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code>bucket</code>
@ -46,7 +49,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses Goog
</td>
<td>
This is a prefix that will be applied to all Google Cloud Storage keys to allow you to segment data in your bucket if necessary.
</tr>
</td>
</tr>
<tr>
<td>
@ -59,7 +62,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses Goog
This is the chunk size used for uploading large blobs, must be a multiple of 256*1024.
</td>
</tr>
</tbody>
</table>