Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-aws-sdk-core
From: Takahiro Kambe
Date: 2024-09-22 09:49:30
Message id: 20240922074930.80953FC74@cvs.NetBSD.org
Log Message:
www/ruby-aws-sdk-core: update to 3.207.0
3.207.0 (2024-09-20)
* Feature - Updated Aws::STS::Client with the latest API changes.
* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.
* Feature - Updated Aws::SSO::Client with the latest API changes.
* Feature - Support Account ID credentials using ENV['AWS_ACCOUNT_ID'],
aws_account_id shared config, or the account_id Client configuration
option.
* Feature - Support Account ID endpoint mode using
ENV['AWS_ACCOUNT_ID_ENDPOINT_MODE'], aws_account_id_endpoint_mode shared
config, or the account_id_endpoint_mode Client configuration option.
Defaults to preferred, which will use the account id endpoint if
available. Set to disabled to disable account id endpoints. Set to
required to require account id endpoint usage; an error is raised if
credentials do not have an account id.
3.206.0 (2024-09-17)
* Feature - Support sigv4a endpoint auth without CRT.
Files: