azure: add SAS authentication option
This commit is contained in:
parent
6cbeb4a9f9
commit
64a7ec5341
6 changed files with 55 additions and 4 deletions
|
@ -12,6 +12,7 @@ import (
|
|||
// server.
|
||||
type Config struct {
|
||||
AccountName string
|
||||
AccountSAS options.SecretString
|
||||
AccountKey options.SecretString
|
||||
Container string
|
||||
Prefix string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue