Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T12:50:28.000Z (29 days ago)
- Last Synced: 2024-10-15T13:14:14.223Z (29 days ago)
- Language: C#
- Homepage:
- Size: 86.9 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Storage Providers
[![Lint Code Base](https://github.com/marcominerva/StorageProviders/actions/workflows/linter.yml/badge.svg)](https://github.com/marcominerva/StorageProviders/actions/workflows/linter.yml)
[![CodeQL](https://github.com/marcominerva/StorageProviders/actions/workflows/codeql.yml/badge.svg)](https://github.com/marcominerva/StorageProviders/actions/workflows/codeql.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/marcominerva/StorageProviders/blob/master/LICENSE)A collection of Storage Providers for various destinations.
## Azure Storage
[![NuGet](https://img.shields.io/nuget/v/StorageProviders.AzureStorage.svg?style=flat-square)](https://www.nuget.org/packages/StorageProviders.AzureStorage)
[![Nuget](https://img.shields.io/nuget/dt/StorageProviders.AzureStorage)](https://www.nuget.org/packages/StorageProviders.AzureStorage)**Installation**
The library is available on [NuGet](https://www.nuget.org/packages/StorageProviders.AzureStorage). Just 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 on the repo and we'll address them as we can.