Zymergi.Storage.Aws 11.0.6-alpha

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

Zymergi.Storage.Aws

AWS S3 implementation of the cloud storage abstractions defined in Zymergi.Core.

Depends on: Zymergi.Core

Why This Project Exists

Zymergi.Core defines IBucket, IBuckets, ISimpleObject, and ISimpleObjectInfo as provider-neutral storage contracts. This project provides the S3-specific implementations and AWS credential configuration, keeping the S3 SDK dependency out of the core library.

Classes

Type Purpose
AwsS3Bucket IBucket implementation providing S3 object CRUD (get, add, remove, copy, move, list) with pagination and error handling
AwsS3Buckets IBuckets implementation providing authenticated access to named S3 buckets via indexer
AwsS3Object Immutable ISimpleObject implementation with key, content bytes, content type, and last-modified metadata
AwsS3ObjectInfo ISimpleObjectInfo implementation with bucket name, key, last-modified timestamp, and size
AwsBasicSetting Abstract base for AWS configuration holding key, secret, and region code
AwsSecurityKey Named AWS credentials extending AwsBasicSetting for access key and region configuration
AwsSecurityKeys Configuration settings collection for multiple AwsSecurityKey entries
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on Zymergi.Storage.Aws:

Package Downloads
Zymergi.Messaging.Aws

AWS SQS/SNS messaging implementation for Zymergi.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.0.6-alpha 106 7/10/2026
11.0.5-alpha 73 7/9/2026
11.0.4-alpha 73 7/6/2026
11.0.3-alpha 70 7/6/2026
11.0.2-alpha 72 6/30/2026
11.0.1-alpha 74 6/30/2026
11.0.0-alpha 87 6/29/2026