diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-10-14 21:49:06 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2019-10-15 19:17:19 -0400 |
| commit | 2304c68127c613b386ef6f2fbc12453313fac51a (patch) | |
| tree | 3191a24c14edfa97534f600774d77a035112c409 /data/datasource.go | |
| parent | b6d60b450bf4c291d8f0673baee35ef9c0012731 (diff) | |
Supporting gs (Google Cloud Storage) datasources
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'data/datasource.go')
| -rw-r--r-- | data/datasource.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/datasource.go b/data/datasource.go index 8222f670..929dab13 100644 --- a/data/datasource.go +++ b/data/datasource.go @@ -60,6 +60,7 @@ func (d *Data) registerReaders() { d.sourceReaders["vault+http"] = readVault d.sourceReaders["vault+https"] = readVault d.sourceReaders["s3"] = readBlob + d.sourceReaders["gs"] = readBlob } // lookupReader - return the reader function for the given scheme |
