Add Azure Blob Storage support

Signed-off-by: Adam Hoka <hoka.adam@nexogen.hu>
This commit is contained in:
Ádám Hóka
2018-05-31 13:15:41 +02:00
committed by Adam Hoka
parent 12ab90020a
commit 376fcab2ca
8 changed files with 60 additions and 6 deletions

View File

@@ -114,6 +114,11 @@
"secretAccessKey": "change this",
"region": "change this"
},
"s3bucket": "change this"
"s3bucket": "change this",
"azure":
{
"connectionString": "change this",
"container": "change this"
}
}
}