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:
parent
bff3341d10
commit
db686592a1
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user