Skip to content

Commit 2038731

Browse files
authored
Merge pull request #128 from weaviate/add-support-for-backup-azure-module
Add support for backup Azure module
2 parents 0f144a2 + 8c3572c commit 2038731

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backup/consts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export const Backend = {
22
FILESYSTEM: "filesystem",
33
S3: "s3",
44
GCS: "gcs",
5+
AZURE: "azure",
56
};
67

78
export const CreateStatus = {

0 commit comments

Comments
 (0)