KVPSButter.S3 0.0.5-alpha

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

// Install KVPSButter.S3 as a Cake Tool
#tool nuget:?package=KVPSButter.S3&version=0.0.5-alpha&prerelease

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
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
0.0.5-alpha 43 4/26/2024
0.0.4-alpha 73 3/13/2024
0.0.3-alpha 95 2/13/2024
0.0.2-beta 50 2/12/2024