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>
|
||||
<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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue