Cross.Storage.Providers
8.3.1
See the version list below for details.
dotnet add package Cross.Storage.Providers --version 8.3.1
NuGet\Install-Package Cross.Storage.Providers -Version 8.3.1
<PackageReference Include="Cross.Storage.Providers" Version="8.3.1" />
paket add Cross.Storage.Providers --version 8.3.1
#r "nuget: Cross.Storage.Providers, 8.3.1"
// Install Cross.Storage.Providers as a Cake Addin #addin nuget:?package=Cross.Storage.Providers&version=8.3.1 // Install Cross.Storage.Providers as a Cake Tool #tool nuget:?package=Cross.Storage.Providers&version=8.3.1
Cross.Storage.Providers
Simple .NET StorageProviders with easy register and use. Support File system, Azure Blobs, Amazon S3.
Main Features:
IStorageProvider.
General interface that describe all provider functionality.
FileStorageProviders.
Implemented IStorageProvider interface for File system.
AzureStorageProvider.
Implemented IStorageProvider interface for Azure Blobs.
AmazonS3StorageProvider.
Implemented IStorageProvider interface for Amazon S3.
Install with nuget.org:
https://www.nuget.org/packages/Cross.Storage.Providers
Installation
Clone repository or Install Nuget Package
Install-Package Cross.Storage.Providers
Issues and Pull Request
Contribution is welcomed. If you would like to provide a PR please add some testing.
How To's
Please use Wiki for documentation and usage examples.
Complete usage examples can be found in the test project
Note - test project is not a part of nuget package. You have to clone repository.
Roadmap:
- ...
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
- AWSSDK.S3 (>= 3.7.404.5)
- Azure.Storage.Blobs (>= 12.22.2)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Mvc (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Microsoft.Extensions.Options.DataAnnotations (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.3.4 | 2,048 | 10/20/2024 |
8.3.3 | 398 | 10/14/2024 |
8.3.3-preview.1 | 40 | 10/14/2024 |
8.3.2 | 75 | 10/14/2024 |
8.3.2-preview.2 | 36 | 10/14/2024 |
8.3.1 | 108 | 10/14/2024 |
8.0.0 | 94 | 10/11/2024 |
8.0.0-preview.8 | 37 | 10/11/2024 |
7.3.0-preview.7 | 40 | 10/11/2024 |
7.3.0-preview.6 | 40 | 10/11/2024 |
7.2.0 | 25,529 | 6/3/2024 |
7.2.0-preview.4 | 57 | 6/3/2024 |
7.1.1 | 2,565 | 5/31/2024 |
7.1.1-preview.2 | 57 | 5/31/2024 |
7.1.0 | 8,405 | 5/7/2024 |
7.0.0 | 148 | 5/5/2024 |
Fix S3 config options.