2020IP / TwentyTwenty.Storage

A cross-cloud storage abstraction
Other
100 stars 26 forks source link

Upgrade Azure dependency #29

Closed jnyrup closed 3 years ago

jnyrup commented 4 years ago

WindowsAzure.Storage is no longer updated, but split into several packages, where blob is now available in Microsoft.Azure.Storage.Blob

Does the Azure provider intend to use the new blob package as well?

ericgreenmix commented 4 years ago

Yeah, it would be great to get updated. Would you be interested in doing a PR with that change?

jnyrup commented 4 years ago

I'll give it a try

jnyrup commented 4 years ago

I won't have time at work to do this anyways.

For some who picks this up, note that Microsoft already released a another newer version of their storage SDK for Azure blobs. https://www.nuget.org/packages/Azure.Storage.Blobs/

ericgreenmix commented 3 years ago

closed by #32