You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
github.com/Azure/azure-storage-blob-go/azblob is deprecated, will officially EOL later this year. The recommended replacement is github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob
Describe the solution you'd like
Port AzService to use the supported SDK
Describe alternatives you've considered
Tried replacing it myself, the changes across SDK's are substantial - needs someone with more context to make the change. Ex. seems like there is now a client per blob rather than singleton across lifetime.
Can you provide help with implementing this feature?
Don't have much context here, but willing to help
Additional context
The text was updated successfully, but these errors were encountered:
* #1135 migration to current azure sdk
* fix findings
* make sure snapshots are deleted too
* Minor touches
* More touches
* Undo change in go.mod
---------
Co-authored-by: xelat09 <xelat09@localhost>
Co-authored-by: Marius Kleidl <marius@transloadit.com>
Is your feature request related to a problem? Please describe.
github.com/Azure/azure-storage-blob-go/azblob is deprecated, will officially EOL later this year. The recommended replacement is github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob
Describe the solution you'd like
Port AzService to use the supported SDK
Describe alternatives you've considered
Tried replacing it myself, the changes across SDK's are substantial - needs someone with more context to make the change. Ex. seems like there is now a client per blob rather than singleton across lifetime.
Can you provide help with implementing this feature?
Don't have much context here, but willing to help
Additional context
The text was updated successfully, but these errors were encountered: