Skip to content

geeklearningio/gl-dotnet-storage

Repository files navigation

NuGet Version Build Status

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 Storage

We 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, or to the wiki.