We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f144a2 commit 8c3572cCopy full SHA for 8c3572c
backup/consts.js
@@ -2,6 +2,7 @@ export const Backend = {
2
FILESYSTEM: "filesystem",
3
S3: "s3",
4
GCS: "gcs",
5
+ AZURE: "azure",
6
};
7
8
export const CreateStatus = {
0 commit comments