Abstraction of different storage providers
Go to file
2020-08-20 19:44:08 -04:00
PoweredSoft.Storage.Azure sanitize and validate name of file s3. 2020-08-20 17:28:42 -04:00
PoweredSoft.Storage.Core sanitize and validate name of file s3. 2020-08-20 17:28:42 -04:00
PoweredSoft.Storage.Physical sanitize and validate name of file s3. 2020-08-20 17:28:42 -04:00
PoweredSoft.Storage.S3 mistake should of been \ not / to escape - 2020-08-20 19:44:08 -04:00
PoweredSoft.Storage.Test mistake should of been \ not / to escape - 2020-08-20 19:44:08 -04: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
PoweredSoft.Storage.sln sanitize and validate name of file s3. 2020-08-20 17:28:42 -04:00
README.md license and doc. 2020-03-13 11:26:08 -04:00

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
PoweredSoft.Storage.Core NuGet PM> Install-Package PoweredSoft.Storage.Core
PoweredSoft.Storage.Azure NuGet PM> Install-Package PoweredSoft.Storage.Azure
PoweredSoft.Storage.S3 NuGet PM> Install-Package PoweredSoft.Storage.S3
PoweredSoft.Storage.Physical NuGet PM> Install-Package PoweredSoft.Storage.Physical