mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-12-22 08:41:11 +01:00
Set up automated testing for Azure Storage
This commit is contained in:
@@ -66,7 +66,7 @@ type Config struct {
|
||||
AzureStorageAccountName string `split_words:"true"`
|
||||
AzureStoragePrimaryAccountKey string `split_words:"true"`
|
||||
AzureStorageContainerName string `split_words:"true"`
|
||||
AzureStorageEndpoint string `split_words:"true" default:""https://%s.blob.core.windows.net/""`
|
||||
AzureStorageEndpoint string `split_words:"true" default:"https://%s.blob.core.windows.net/"`
|
||||
}
|
||||
|
||||
func (c *Config) resolveSecret(envVar string, secretPath string) (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user