KVPSButter.S3 0.0.11-alpha

This is a prerelease version of KVPSButter.S3.
dotnet add package KVPSButter.S3 --version 0.0.11-alpha
                    
NuGet\Install-Package KVPSButter.S3 -Version 0.0.11-alpha
                    
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="KVPSButter.S3" Version="0.0.11-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KVPSButter.S3" Version="0.0.11-alpha" />
                    
Directory.Packages.props
<PackageReference Include="KVPSButter.S3" />
                    
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 KVPSButter.S3 --version 0.0.11-alpha
                    
#r "nuget: KVPSButter.S3, 0.0.11-alpha"
                    
#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 KVPSButter.S3@0.0.11-alpha
                    
#: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=KVPSButter.S3&version=0.0.11-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=KVPSButter.S3&version=0.0.11-alpha&prerelease
                    
Install as a Cake Tool

KVPSButter.S3 - S3 storage for KVPSButter

This package contains the S3 bindings for KVPSButter.

Examples

To get a connection, use the default loader:

var kvps = KVPSLoader.Default.Create("s3://?username=accessKey&password=secretKey&bucket=bucket");

From here it is possible to interact with the store:

await kvps.WriteAsync("key1", new MemoryStream(new byte[] { 1, 2, 3 }));
var data = kvps.ReadAsync("key1");

Supported options:

Username: The S3 accessKey or username
Password: The S3 secretKey or password
Bucket: Override for the bucket name, using the URL bucket name if not provided
Prefix: Override for the path prefix, using the URL after bucket name if not provided
ServiceUrl: The service URL if not using AWS S3,
DisableGetObjectAttributes: Disables the use of GetObjectAttributes for metadata, using empty GetObject request instead
ForcePathStyle: Forces the use of path-style URLs instead of virtual-hosted-style URLs
DisableChunkedEncoding: Disable chunked transfer encoding for uploads
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.  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.

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
0.0.11-alpha 108 6/6/2025
0.0.10-alpha 75 7/31/2024
0.0.9-alpha 55 7/31/2024
0.0.8-alpha 51 7/31/2024
0.0.7-alpha 53 7/31/2024
0.0.6-alpha 74 7/30/2024
0.0.5-alpha 585 4/26/2024
0.0.4-alpha 106 3/13/2024
0.0.3-alpha 323 2/13/2024
0.0.2-beta 83 2/12/2024