mirror of
https://github.com/versity/versitygw.git
synced 2026-09-01 13:46:55 +00:00
feat: Dockerized azure backend to run 2 images: one for azurite, one for azure backend
This commit is contained in:
committed by
Ben McClelland
parent
9bfec719f3
commit
8fc16392d1
@@ -35,15 +35,15 @@ func azureCommand() *cli.Command {
|
||||
&cli.StringFlag{
|
||||
Name: "account",
|
||||
Usage: "azure account name",
|
||||
EnvVars: []string{"AZ_ACCESS_KEY"},
|
||||
EnvVars: []string{"AZ_ACCOUNT_NAME"},
|
||||
Aliases: []string{"a"},
|
||||
Destination: &azAccount,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "account-key",
|
||||
Name: "access-key",
|
||||
Usage: "azure account key",
|
||||
EnvVars: []string{"AZ_ACCOUNT_KEY"},
|
||||
Aliases: []string{"s"},
|
||||
EnvVars: []string{"AZ_ACCESS_KEY"},
|
||||
Aliases: []string{"k"},
|
||||
Destination: &azKey,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
|
||||
Reference in New Issue
Block a user