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/Google.md |
NuGet Url: | https://www.nuget.org/packages/LiteX.Storage.Google |
Install
Install-Package LiteX.Storage.Google
dotnet add package LiteX.Storage.Google
paket add LiteX.Storage.Google
LiteX.Storage.Google Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- LiteX.Storage.Core(>= 8.0.0)
- Google.Cloud.Storage.V1(>= 2.5.0)
- LiteX.Log(>= 2.0.0)
- 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)
- Google.Cloud.Storage.V1(>= 2.5.0)
- LiteX.Log(>= 2.0.0)
- 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)
- Google.Cloud.Storage.V1(>= 2.5.0)
- LiteX.Log(>= 2.0.0)
- 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)
- Google.Cloud.Storage.V1(>= 2.5.0)
- LiteX.Log(>= 2.0.0)
- 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 Google Cloud Storage to handle bucket instantiations.
A library to abstract storing files to Google Cloud Storage.
Wrapper library is just written for the purpose to bring a new level of ease to the developers who deal with Google Cloud integration with your system.
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.