Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.