Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove explicit abstractions for file storage #15

Open
dansiegel opened this issue Feb 17, 2022 · 0 comments
Open

Remove explicit abstractions for file storage #15

dansiegel opened this issue Feb 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@dansiegel
Copy link
Member

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.

@dansiegel dansiegel added the enhancement New feature or request label Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant