2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-21 20:35:12 +00:00

debug: azure add debug log to show access-tier

This commit is contained in:
Srigovind Nayak 2024-10-20 20:24:49 +05:30
parent bff3341d10
commit db686592a1
No known key found for this signature in database
GPG Key ID: 3C4A72A34ABD4C43

View File

@ -132,6 +132,7 @@ func open(cfg Config, rt http.RoundTripper) (*Backend, error) {
for _, tier := range supportedAccessTiers() {
if strings.EqualFold(string(tier), cfg.AccessTier) {
accessTier = tier
debug.Log(" - using access tier %v", accessTier)
break
}
}