Skip to content

Commit bda79ca

Browse files
committed
change
1 parent 3688a2b commit bda79ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lightning/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const (
104104
)
105105

106106
var (
107-
supportedStorageTypes = []string{"file", "local", "s3", "noop", "gcs", "gs"}
107+
supportedStorageTypes = []string{"file", "local", "s3", "noop", "gcs", "gs", "azure", "azblob"}
108108

109109
defaultFilter = []string{
110110
"*.*",

0 commit comments

Comments
 (0)