1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Use github.com/gilbertchen/azure-sdk-for-go to retry on temporary errors

This commit is contained in:
Gilbert Chen
2018-03-09 11:54:06 -05:00
parent bc9ccd860f
commit 013eac0cf2

View File

@@ -8,7 +8,7 @@ import (
"fmt"
"strings"
"github.com/azure/azure-sdk-for-go/storage"
"github.com/gilbertchen/azure-sdk-for-go/storage"
)
type AzureStorage struct {