https://github.com/marcominerva/storageproviders
A collection of Storage Providers for various destinations (e.g. file system and Azure Storage)
https://github.com/marcominerva/storageproviders
Last synced: 4 months ago
JSON representation
A collection of Storage Providers for various destinations (e.g. file system and Azure Storage)
- Host: GitHub
- URL: https://github.com/marcominerva/storageproviders
- Owner: marcominerva
- License: mit
- Created: 2021-07-24T10:05:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T09:47:57.000Z (11 months ago)
- Last Synced: 2025-07-09T10:45:10.191Z (11 months ago)
- Language: C#
- Homepage:
- Size: 115 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Storage Providers
[](https://github.com/marcominerva/StorageProviders/actions/workflows/linter.yml)
[](https://github.com/marcominerva/StorageProviders/actions/workflows/github-code-scanning/codeql)
[](https://github.com/marcominerva/StorageProviders/blob/master/LICENSE)
A collection of Storage Providers for various destinations.
## Azure Storage
[](https://www.nuget.org/packages/StorageProviders.AzureStorage)
[](https://www.nuget.org/packages/StorageProviders.AzureStorage)
**Installation**
The library is available on [NuGet](https://www.nuget.org/packages/StorageProviders.AzureStorage). Search for *StorageProviders.AzureStorage* in the **Package Manager GUI** or run the following command in the **.NET CLI**:
dotnet add package StorageProviders.AzureStorage
**Contribute**
The project is constantly evolving. Contributions are welcome. Feel free to file issues and pull requests in the repository, and we'll address them as we can.