Abstraction of different storage providers
Go to file
2024-11-11 11:43:53 -05:00
OpenHarbor.Storage.Abstractions fix abstraction project name (big oopsie!), rename master branch to main 2024-11-11 11:37:02 -05:00
OpenHarbor.Storage.Azure fix abstraction project name (big oopsie!), rename master branch to main 2024-11-11 11:37:02 -05:00
OpenHarbor.Storage.Physical fix abstraction project name (big oopsie!), rename master branch to main 2024-11-11 11:37:02 -05:00
OpenHarbor.Storage.S3 fix abstraction project name (big oopsie!), rename master branch to main 2024-11-11 11:37:02 -05:00
workflows Add workflows/publish-nugets.yaml 2024-11-11 11:43:53 -05:00
.gitattributes Add .gitignore and .gitattributes. 2020-03-13 11:18:20 -04:00
.gitignore Add .gitignore and .gitattributes. 2020-03-13 11:18:20 -04:00
azure-pipelines.yml Update azure-pipelines.yml for Azure Pipelines 2020-03-13 12:06:33 -04:00
LICENSE.md license and doc. 2020-03-13 11:26:08 -04:00
OpenHarbor.Storage.sln fix abstraction project name (big oopsie!), rename master branch to main 2024-11-11 11:37:02 -05:00
README.md Update README.md 2024-11-11 11:34:49 -05:00

This project was originally initiated by Powered Software Inc. and was forked from the PoweredSoft/Storage Repository

Storage

Abstraction allowing you to use different storage options on the cloud or locally with the same interface.

Getting Started

Install nuget package to your awesome project.

Full Version NuGet NuGet Install
OpenHarbor.Storage.Abstractions NuGet PM> Install-Package OpenHarbor.Storage.Abstractions
OpenHarbor.Storage.Physical NuGet PM> Install-Package OpenHarbor.Storage.Physical
OpenHarbor.Storage.Azure NuGet PM> Install-Package OpenHarbor.Storage.S3
OpenHarbor.Storage.S3 NuGet PM> Install-Package OpenHarbor.Storage.S3