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.
2 parents 0f144a2 + 8c3572c commit 2038731Copy full SHA for 2038731
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