1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-07-16 22:42:38 +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

@ -269,6 +269,11 @@ You can populate below template according to your requirements and use it as you
# Note: Use your app's subpath in Dropbox, if it doesn't have global access.
# Consulte the README for further information.
# The access tier when using Azure Blob Storage. Possible values are
# https://github.com/Azure/azure-sdk-for-go/blob/sdk/storage/azblob/v1.3.2/sdk/storage/azblob/internal/generated/zz_constants.go#L14-L30
# AZURE_STORAGE_ACCESS_TIER="Cold"
# DROPBOX_REMOTE_PATH="/my/directory"
# Number of concurrent chunked uploads for Dropbox.