ASP.NET Core storage abstraction library for local, MinIO, DigitalOcean Spaces, Wasabi, Azure Blob Storage, and Google Cloud Storage.
$ dotnet add package Nedo.AspNet.StorageA flexible and extensible .NET library designed to simplify working with various storage providers. It supports local storage as well as popular cloud storage providers such as MinIO, DigitalOcean Spaces, Wasabi, Azure Blob Storage, and Google Cloud Storage.
├── src/
│ └── Nedo.AspNet.Storage/ # Main library
├── test/
│ └── Nedo.AspNet.Storage.Tests/ # Unit tests (xUnit)
├── sample/
│ └── Nedo.AspNet.Storage.Sample/ # ASP.NET sample application
├── docs/
│ └── concept.md # Library concept & architecture
└── Nedo.AspNet.Storage.sln
dotnet build
dotnet test
dotnet run --project sample/Nedo.AspNet.Storage.Sample
MIT