Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geeklearningio/gl-dotnet-storage
.NET Core Storage abstractions with FileSystem and Azure providers
https://github.com/geeklearningio/gl-dotnet-storage
azure azure-storage dotnet dotnet-core filesystem nuget storage
Last synced: 4 days ago
JSON representation
.NET Core Storage abstractions with FileSystem and Azure providers
- Host: GitHub
- URL: https://github.com/geeklearningio/gl-dotnet-storage
- Owner: geeklearningio
- License: mit
- Created: 2016-04-29T18:09:23.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-07T18:43:28.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T05:25:43.919Z (7 months ago)
- Topics: azure, azure-storage, dotnet, dotnet-core, filesystem, nuget, storage
- Language: C#
- Homepage:
- Size: 236 KB
- Stars: 52
- Watchers: 4
- Forks: 13
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![NuGet Version](http://img.shields.io/nuget/v/GeekLearning.Storage.svg?style=flat-square&label=NuGet)](https://www.nuget.org/packages/GeekLearning.Storage/)
[![Build Status](https://geeklearning.visualstudio.com/_apis/public/build/definitions/f841b266-7595-4d01-9ee1-4864cf65aa73/27/badge)](#)# Geek Learning Cloud Storage Abstraction
This library abstracts physical data storage in a way which allows you to transparently switch the underlying provider
by configuration.## Features
* List files, with globbing support
* Read, Write, Delete files
* Public file url## Providers
The library currently supports:
* Azure Blob Storage
* File System StorageWe don't support for Amazon S3, but it is one of our high priority objective.
## Getting Started
You can head to our introduction [blog post](http://geeklearning.io/dotnet-core-storage-cloud-or-file-system-storage-made-easy/),
or to the [wiki](https://github.com/geeklearningio/gl-dotnet-storage/wiki).