pkg/storage: add External implementation (#1587)

* pkg/storage: add External implementation

* fix conflicts

* use newly instantiated client
This commit is contained in:
Marwan Sulaiman
2020-03-27 13:35:52 -04:00
committed by GitHub
parent a36be996b6
commit 3c4db4ce86
12 changed files with 421 additions and 19 deletions
+1
View File
@@ -8,4 +8,5 @@ type StorageConfig struct {
Mongo *MongoConfig
S3 *S3Config
AzureBlob *AzureBlobConfig
External *External
}