Skip to content

Commit

Permalink
feat: add azure storage account support
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
  • Loading branch information
jkroepke committed Aug 3, 2024
1 parent f019982 commit 282add0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/config-azure.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"distSpecVersion": "1.1.0-dev",
"storage": {
"rootDirectory": "/tmp/zot",
"dedupe": true,
"storageDriver": {
"name": "azure",
"rootdirectory": "/zot",
Expand All @@ -14,7 +13,6 @@
"subPaths": {
"/a": {
"rootDirectory": "/tmp/zot1",
"dedupe": false,
"storageDriver": {
"name": "azure",
"rootdirectory": "/zot-a",
Expand All @@ -26,7 +24,6 @@
},
"/b": {
"rootDirectory": "/tmp/zot2",
"dedupe": true,
"remoteCache": false,
"storageDriver": {
"name": "azure",
Expand All @@ -39,7 +36,6 @@
},
"/c": {
"rootDirectory": "/tmp/zot3",
"dedupe": true,
"remoteCache": true,
"storageDriver": {
"name": "azure",
Expand Down

0 comments on commit 282add0

Please sign in to comment.