azure: add SAS authentication option

This commit is contained in:
Roger Gammans 2022-03-05 18:16:13 +00:00 committed by Michael Eischer
parent 6cbeb4a9f9
commit 64a7ec5341
6 changed files with 55 additions and 4 deletions

View file

@ -12,6 +12,7 @@ import (
// server.
type Config struct {
AccountName string
AccountSAS options.SecretString
AccountKey options.SecretString
Container string
Prefix string