Centeva.ObjectStorage 2.0.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Centeva.ObjectStorage --version 2.0.1
                    
NuGet\Install-Package Centeva.ObjectStorage -Version 2.0.1
                    
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="Centeva.ObjectStorage" Version="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Centeva.ObjectStorage" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Centeva.ObjectStorage" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Centeva.ObjectStorage --version 2.0.1
                    
#r "nuget: Centeva.ObjectStorage, 2.0.1"
                    
#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.
#:package Centeva.ObjectStorage@2.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Centeva.ObjectStorage&version=2.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Centeva.ObjectStorage&version=2.0.1
                    
Install as a Cake Tool

Centeva Object Storage Library

Centeva.ObjectStorage is a .NET 6+ library that provides a generic interface to local or cloud-hosted object ("blob") storage providers.

Supported providers are:

  • Amazon AWS S3 (and anything compatible with its API such as MinIO
  • Google Cloud Storage
  • Azure Blob Storage

Built With

Getting Started

Import the Centeva.ObjectStorage package to your projects where needed, along with the desired provider sub-packages:

  • Centeva.ObjectStorage.GCP
  • Centeva.ObjectStorage.AWS
  • Centeva.ObjectStorage.Azure.Blob

Create an instance of StorageFactory and register providers, then build an instance of IObjectStorage using a connection string:

var factory = new StorageFactory()
    .UseGoogleCloudStorage()
    .UseAwsS3Storage();

var storage = factory.GetConnection('provider://key1=value1;key2=value2');

TODO: Write API documentation

Contributing

Please use a Pull Request to suggest changes to this library. As this is a shared library, strict semantic versioning rules should be followed to avoid unexpected breaking changes.

Running Tests

From Windows, use the dotnet test command, or your Visual Studio Test Explorer.

Deployment

This library is versioned by GitVersion. Create a Git tag for an official release (e.g., "v1.0.0"). Version numbers can be incremented via commit message using the GitVersion approaches.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Centeva.ObjectStorage:

Package Downloads
Centeva.ObjectStorage.GCP

Google Cloud Storage provider for Centeva.ObjectStorage

Centeva.ObjectStorage.Azure.Blob

Azure Blob Storage provider for Centeva.ObjectStorage

Centeva.ObjectStorage.AWS

AWS S3 compatible storage provider for Centeva.ObjectStorage

Centeva.ObjectStorage.Azure.File

Azure File Share Storage provider for Centeva.ObjectStorage

Centeva.ObjectStorage.S3

AWS S3 compatible storage provider for Centeva.ObjectStorage

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.0.0 333 12/23/2025
6.2.0 384 10/30/2025
6.1.0 500 9/17/2025
6.0.0 312 8/20/2025
5.1.0 283 8/20/2025
5.1.0-tags-v5-1-0-pre-3.1 104 2/27/2025
5.1.0-tags-v5-1-0-pre-2.1 256 1/23/2025
5.1.0-tags-v5-1-0-pre-1.1 77 1/22/2025
5.0.1 360 1/17/2025
5.0.0 348 12/19/2024
5.0.0-tags-v5-0-0-pre-1.1 98 11/15/2024
4.0.0 373 10/21/2024
3.1.0 301 10/9/2024
3.0.0 316 9/26/2024
3.0.0-tags-v3-0-0-pre-4.1 97 9/26/2024
3.0.0-tags-v3-0-0-pre-3.1 104 9/26/2024
3.0.0-tags-v3-0-0-pre-2.1 90 9/26/2024
3.0.0-tags-v3-0-0-pre-1.1 90 9/26/2024
2.0.1 456 1/4/2024
2.0.0 342 12/28/2023
2.0.0-pre.3 129 12/20/2023
2.0.0-pre.2 102 12/19/2023
2.0.0-pre.1 120 12/18/2023
1.1.0 378 10/30/2023
1.0.0 279 10/30/2023