-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace the old
Azure/azure-storage-blob-go
with `Azure/azure-sdk-f…
…or-go` * Elimiated usage of the old `Azure/azure-storage-blob-go` in `pkg/snapstore/abs_snapstore.go`. * Used functionality provided by `Azure/azure-sdk-for-go` in `pkg/snapstore/abs_snapstore.go`. * Methods on `ABSSnapStore` work as intended after the change. Unit tests refactored for the new SDK. `abs_snapstore_test.go` cleanup. Ran `go mod tidy`, `go mod vendor` Address review comments from @anveshreddy18. Address review comments from @ishan16696 1. * Remove variable names from interface type definitions * Make use of `streaming.NopCloser()` to create a no-op `Close()` for a `ReadSeekCloser`, instead of redefining the type. * Fix typo pointed out by @anveshreddy18 Address review comments from @ishan16696 2. * Nit change: change `context.TODO()` to `context.Background()`. Rebased on PR 759.
- Loading branch information
1 parent
6428ff7
commit 64c2467
Showing
612 changed files
with
52,861 additions
and
33,539 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.