# 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](https://img.shields.io/nuget/v/PoweredSoft.Storage.Core.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.Storage.Core/) | ```PM> Install-Package PoweredSoft.Storage.Core``` |
| PoweredSoft.Storage.Azure | [![NuGet](https://img.shields.io/nuget/v/PoweredSoft.Storage.Azure.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.Storage.Azure/) | ```PM> Install-Package PoweredSoft.Storage.Azure``` |
| PoweredSoft.Storage.S3 | [![NuGet](https://img.shields.io/nuget/v/PoweredSoft.Storage.S3.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.Storage.S3/) | ```PM> Install-Package PoweredSoft.Storage.S3``` |
| PoweredSoft.Storage.Physical | [![NuGet](https://img.shields.io/nuget/v/PoweredSoft.Storage.Physical.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.Storage.Physical/) | ```PM> Install-Package PoweredSoft.Storage.Physical``` |