KVPSButter.S3
0.0.8-alpha
This is a prerelease version of KVPSButter.S3.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package KVPSButter.S3 --version 0.0.8-alpha
NuGet\Install-Package KVPSButter.S3 -Version 0.0.8-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.8-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.8-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: KVPSButter.S3, 0.0.8-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.8-alpha&prerelease // Install KVPSButter.S3 as a Cake Tool #tool nuget:?package=KVPSButter.S3&version=0.0.8-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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.
-
net8.0
- AWSSDK.S3 (>= 3.7.304.10)
- KVPSButter (>= 0.0.3-beta)
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.10-alpha | 43 | 7/31/2024 |
0.0.9-alpha | 33 | 7/31/2024 |
0.0.8-alpha | 29 | 7/31/2024 |
0.0.7-alpha | 32 | 7/31/2024 |
0.0.6-alpha | 52 | 7/30/2024 |
0.0.5-alpha | 260 | 4/26/2024 |
0.0.4-alpha | 79 | 3/13/2024 |
0.0.3-alpha | 143 | 2/13/2024 |
0.0.2-beta | 56 | 2/12/2024 |