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 08d9d96 commit 037bf55Copy full SHA for 037bf55
backends/azure/azure.go
@@ -127,7 +127,7 @@ func (o Options) Check() error {
127
hasSecretsCreds := o.AccountName != "" && o.AccountKey != ""
128
129
if !hasSecretsCreds {
130
- return fmt.Errorf("azure storage.options: credentials are required, fill either (account_name and account_key)")
+ return fmt.Errorf("azure storage.options: account_name and account_key are required")
131
}
132
133
if o.Container == "" {
0 commit comments