Centeva.ObjectStorage 2.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
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.
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.
// Install Centeva.ObjectStorage as a Cake Addin
#addin nuget:?package=Centeva.ObjectStorage&version=2.0.1

// Install Centeva.ObjectStorage as a Cake Tool
#tool nuget:?package=Centeva.ObjectStorage&version=2.0.1

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. 
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 (4)

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

Package Downloads
Centeva.ObjectStorage.GCP The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Google Cloud Storage provider for Centeva.ObjectStorage

Centeva.ObjectStorage.AWS The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

AWS S3 compatible storage provider for Centeva.ObjectStorage

Centeva.ObjectStorage.Azure.Blob The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Azure Storage provider for Centeva.ObjectStorage

Centeva.ObjectStorage.S3 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

AWS S3 compatible storage provider for Centeva.ObjectStorage

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 196 1/4/2024
2.0.0 176 12/28/2023
2.0.0-pre.3 79 12/20/2023
2.0.0-pre.2 58 12/19/2023
2.0.0-pre.1 72 12/18/2023
1.1.0 229 10/30/2023
1.0.0 155 10/30/2023