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
Currently we are using the IStorageService that was originally part of BaGet. As a result this means that we must maintain implementations for Azure, AWS, Local Files, and any other providers we want to support. Instead of this we should remove these APIs and instead use Storage.NET which gives us a consistent API to work against while already providing support for these platforms and others.
The text was updated successfully, but these errors were encountered:
Description
Currently we are using the
IStorageService
that was originally part of BaGet. As a result this means that we must maintain implementations for Azure, AWS, Local Files, and any other providers we want to support. Instead of this we should remove these APIs and instead use Storage.NET which gives us a consistent API to work against while already providing support for these platforms and others.The text was updated successfully, but these errors were encountered: