Bunkum.DataStores.S3 4.5.4

dotnet add package Bunkum.DataStores.S3 --version 4.5.4
NuGet\Install-Package Bunkum.DataStores.S3 -Version 4.5.4
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="Bunkum.DataStores.S3" Version="4.5.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bunkum.DataStores.S3 --version 4.5.4
#r "nuget: Bunkum.DataStores.S3, 4.5.4"
#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 Bunkum.DataStores.S3 as a Cake Addin
#addin nuget:?package=Bunkum.DataStores.S3&version=4.5.4

// Install Bunkum.DataStores.S3 as a Cake Tool
#tool nuget:?package=Bunkum.DataStores.S3&version=4.5.4

Bunkum.DataStores.S3

A package for Bunkum that adds native support for S3 object storage.

This package is new and experimental. Please create issues on our issue tracker for questions, support and ...well, issues.

Usage

Install the package, and add it to your Initialize function:

BunkumHttpServer server = new();

server.Initialize = s =>
{
    s.AddS3StorageService();
    s.DiscoverEndpointsFromAssembly(Assembly.GetExecutingAssembly());
};

On the next startup, Bunkum will create a s3.json file for you to configure.

You can also create the S3DataStore class manually to inject your own AmazonS3Client.

Product Compatible and additional computed target framework versions.
.NET 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
4.5.4 64 5/13/2024
4.5.3 68 5/13/2024
4.5.2 84 5/7/2024
4.5.1 82 4/30/2024
4.5.0 96 4/24/2024
4.4.5 99 2/19/2024
4.4.4 130 2/5/2024
4.4.3 213 12/4/2023
4.4.2 114 12/3/2023
4.4.1 112 11/26/2023