Info
Version: | 9.0.0 |
Author(s): | Ashish Patel |
Last Update: | Sunday, April 3, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/a-patel/LiteXStorage/blob/master/docs/FileSystem.md |
NuGet Url: | https://www.nuget.org/packages/LiteX.Storage.Local |
Install
Install-Package LiteX.Storage.Local
dotnet add package LiteX.Storage.Local
paket add LiteX.Storage.Local
LiteX.Storage.Local Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- LiteX.Storage.Core(>= 8.0.0)
- LiteX.Log(>= 2.0.0)
- Microsoft.AspNetCore.Hosting(>= 2.2.7)
- Microsoft.Extensions.Configuration(>= 3.1.10)
- Microsoft.Extensions.Configuration.Binder(>= 3.1.10)
- Microsoft.Extensions.DependencyInjection(>= 3.1.10)
- LiteX.Storage.Core(>= 8.0.0)
- LiteX.Log(>= 2.0.0)
- Microsoft.AspNetCore.Hosting(>= 2.2.7)
- Microsoft.Extensions.Configuration(>= 5.0.0)
- Microsoft.Extensions.Configuration.Binder(>= 5.0.0)
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
- LiteX.Storage.Core(>= 8.0.0)
- LiteX.Log(>= 2.0.0)
- Microsoft.AspNetCore.Hosting(>= 2.2.7)
- Microsoft.Extensions.Configuration(>= 3.1.10)
- Microsoft.Extensions.Configuration.Binder(>= 3.1.10)
- Microsoft.Extensions.DependencyInjection(>= 3.1.10)
- LiteX.Storage.Core(>= 8.0.0)
- LiteX.Log(>= 2.0.0)
- Microsoft.AspNetCore.Hosting(>= 2.2.7)
- Microsoft.Extensions.Configuration(>= 3.1.10)
- Microsoft.Extensions.Configuration.Binder(>= 3.1.10)
- Microsoft.Extensions.DependencyInjection(>= 3.1.10)
Tags
A very simple Wrapper for the Local FileSystem to handle directory instantiations.
A library to abstract storing files to Local FileSystem.
Wrapper library is just written for the purpose to bring a new level of ease to the developers who deal with FileSystem integration with your system.
(Signed URL and Update Properties not implemented)
LiteXStorage is simple yet powerful and very high-performance storage mechanism and incorporating both synchronous and asynchronous usage with some advanced usages of cloud storage which can help us to handle storage more easier!
Provide Storage service for any type of application (.NET 5, .NET Core, .NET Standard).
Very simple yet advanced configuration.
Minimal (one line) code configuration is required.
It provides possibility to upload files, upload the content of a folder inclusively subfolders, enumerate buckets/container, enumerate the content of a specific 'subfolder', delete buckets/container and delete files from specific subfolders.