mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 04:45:15 +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() {
|
for _, tier := range supportedAccessTiers() {
|
||||||
if strings.EqualFold(string(tier), cfg.AccessTier) {
|
if strings.EqualFold(string(tier), cfg.AccessTier) {
|
||||||
accessTier = tier
|
accessTier = tier
|
||||||
|
debug.Log(" - using access tier %v", accessTier)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user