forked from TrueCloudLab/restic
azure: Create container if it does not exist
This commit is contained in:
parent
a726c91116
commit
d91d89eef6
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ func create(s string, opts options.Options) (restic.Backend, error) {
|
|||
case "s3":
|
||||
return s3.Create(cfg.(s3.Config))
|
||||
case "azure":
|
||||
return azure.Open(cfg.(azure.Config))
|
||||
return azure.Create(cfg.(azure.Config))
|
||||
case "swift":
|
||||
return swift.Open(cfg.(swift.Config))
|
||||
case "b2":
|
||||
|
|
Loading…
Reference in a new issue