1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-06-14 22:25:03 +02:00

Add support for Azure storage access tiers (#452)

This commit is contained in:
Frederik Ring
2024-08-09 15:37:27 +02:00
committed by GitHub
parent 016c6c8307
commit 336e12f874
5 changed files with 35 additions and 5 deletions

View File

@ -194,6 +194,7 @@ func (s *script) init() error {
Endpoint: s.c.AzureStorageEndpoint,
RemotePath: s.c.AzureStoragePath,
ConnectionString: s.c.AzureStorageConnectionString,
AccessTier: s.c.AzureStorageAccessTier,
}
azureBackend, err := azure.NewStorageBackend(azureConfig, logFunc)
if err != nil {