forked from TrueCloudLab/distribution
Updating table to remove extra closing table row (#2725)
This commit is contained in:
parent
fde52284cc
commit
5cf9203223
1 changed files with 53 additions and 50 deletions
|
@ -10,11 +10,14 @@ An implementation of the `storagedriver.StorageDriver` interface which uses Goog
|
||||||
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Parameter</th>
|
<th>Parameter</th>
|
||||||
<th>Required</th>
|
<th>Required</th>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<code>bucket</code>
|
<code>bucket</code>
|
||||||
|
@ -46,7 +49,7 @@ An implementation of the `storagedriver.StorageDriver` interface which uses Goog
|
||||||
</td>
|
</td>
|
||||||
<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.
|
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>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<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.
|
This is the chunk size used for uploading large blobs, must be a multiple of 256*1024.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue