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: 5 months 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 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-07T18:43:28.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T11:34:11.073Z (6 months ago)
- Topics: azure, azure-storage, dotnet, dotnet-core, filesystem, nuget, storage
- Language: C#
- Homepage:
- Size: 236 KB
- Stars: 52
- Watchers: 3
- Forks: 13
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/GeekLearning.Storage/)
[](#)# 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).