Altavec.Aspire.Hosting.AWS.Configuration 9.3.1.1

dotnet add package Altavec.Aspire.Hosting.AWS.Configuration --version 9.3.1.1
                    
NuGet\Install-Package Altavec.Aspire.Hosting.AWS.Configuration -Version 9.3.1.1
                    
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="Altavec.Aspire.Hosting.AWS.Configuration" Version="9.3.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Altavec.Aspire.Hosting.AWS.Configuration" Version="9.3.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Altavec.Aspire.Hosting.AWS.Configuration" />
                    
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 Altavec.Aspire.Hosting.AWS.Configuration --version 9.3.1.1
                    
#r "nuget: Altavec.Aspire.Hosting.AWS.Configuration, 9.3.1.1"
                    
#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.
#addin nuget:?package=Altavec.Aspire.Hosting.AWS.Configuration&version=9.3.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Altavec.Aspire.Hosting.AWS.Configuration&version=9.3.1.1
                    
Install as a Cake Tool

Altavec.Aspire.Hosting.AWS.Configuration library

Adds support for AWS configuration interaction in the AppHost.

This writes out a temporary config file with the specified profiles.

When using as a reference, it injects this configuration as the default configuration.

Getting started

Install the package

In your AppHost project, install the Altavec .NET Aspire AWS Configuration Hosting library with NuGet:

dotnet add package Altavec.Aspire.Hosting.AWS.Configuration

Usage examples

Then, in the AppHost.cs file of AppHost, add AWS profiles using the following methods:

const string ProfileName = "minio";
const string BucketProfileName = "bucket";

var awsProfiles = builder.AddAWSProfileConfig()
                         .AsConfigurationFile()
                         .WithProfile(ProfileName)
                         .WithProfile(BucketProfileName);

var awsConfig = builder.AddAWSSDKConfig()
                       .WithRegion(region)
                       .WithProfile(ProfileName);

var myService = builder.AddProject<Projects.MyService>()
                       .WithReference(awsProfiles)
                       .WithReference(awsConfig);
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 (1)

Showing the top 1 NuGet packages that depend on Altavec.Aspire.Hosting.AWS.Configuration:

Package Downloads
Altavec.Aspire.Hosting.AWS.S3

AWS S3 support for .NET Aspire.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.3.1.1 173 6/17/2025
9.3.1 388 6/11/2025
9.3.0 241 5/20/2025
9.2.1.1 229 5/15/2025
9.2.1 268 5/15/2025
9.2.0 233 5/15/2025
9.1.2 231 5/15/2025
9.1.1 222 5/15/2025
9.1.0 218 5/15/2025
9.1.0-preview.1.25120.8 190 5/15/2025
9.0.1 221 5/15/2025
9.0.0 222 5/15/2025