Cross.Storage.Providers 8.3.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Cross.Storage.Providers --version 8.3.3                
NuGet\Install-Package Cross.Storage.Providers -Version 8.3.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cross.Storage.Providers" Version="8.3.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cross.Storage.Providers --version 8.3.3                
#r "nuget: Cross.Storage.Providers, 8.3.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Cross.Storage.Providers as a Cake Addin
#addin nuget:?package=Cross.Storage.Providers&version=8.3.3

// Install Cross.Storage.Providers as a Cake Tool
#tool nuget:?package=Cross.Storage.Providers&version=8.3.3                

Nuget Documentation

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.