Skip to content

Commit

Permalink
Merge pull request #185 from weaviate/add-support-for-backup-azure-mo…
Browse files Browse the repository at this point in the history
…dule

Add support for backup Azure module
  • Loading branch information
dirkkul authored Mar 7, 2023
2 parents 36125aa + ecbcad4 commit 55a0a2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ public interface Backend {
String FILESYSTEM = "filesystem";
String S3 = "s3";
String GCS = "gcs";
String AZURE = "azure";
}

0 comments on commit 55a0a2b

Please sign in to comment.