Simple doc fix (#3907)

This commit is contained in:
Erik Dubbelboer 2017-02-06 18:22:17 +08:00 committed by Nishant Bangarwa
parent 93b71e265e
commit 2aa2fa57b5
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ To use this extension, make sure to [include](../../operations/including-extensi
|Property|Description|Default|Required?|
|--------|-----------|-------|---------|
|bucket|Name of the Google Cloud bucket|N/A|yes|
|path|The path where data is located.|N/A|yes|
|prefix|The path where data is located.|N/A|yes|
## Firehose
@ -34,7 +34,7 @@ Sample spec:
"path": "/path/to/your/file.json"
},
{
"container": "bar",
"bucket": "bar",
"path": "/another/path.json"
}
]