diff --git a/docs/storage-drivers/gcs.md b/docs/storage-drivers/gcs.md index a4610f71..bc68dab9 100644 --- a/docs/storage-drivers/gcs.md +++ b/docs/storage-drivers/gcs.md @@ -10,56 +10,59 @@ An implementation of the `storagedriver.StorageDriver` interface which uses Goog
Parameter | -Required | -Description | -
---|---|---|
- bucket
- |
- - yes - | -- Storage bucket name. - | -
- keyfile
- |
- - no - | -- A private service account key file in JSON format. Instead of a key file Google Application Default Credentials can be used. - | -
- rootdirectory
- |
- - no - | -- 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. - |
- chunksize
- |
- - no (default 5242880) - | -- This is the chunk size used for uploading large blobs, must be a multiple of 256*1024. - | -
Parameter | +Required | +Description | +
+ bucket
+ |
+ + yes + | ++ Storage bucket name. + | +
+ keyfile
+ |
+ + no + | ++ A private service account key file in JSON format. Instead of a key file Google Application Default Credentials can be used. + | +
+ rootdirectory
+ |
+ + no + | ++ 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. + | +
+ chunksize
+ |
+ + no (default 5242880) + | ++ This is the chunk size used for uploading large blobs, must be a multiple of 256*1024. + | +