You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
service/connect: Updates service API, documentation, and paginators
service/polly: Updates service API
Amazon Polly adds new female voices: US Spanish - Lupe and Brazilian Portuguese - Camila; both voices are available in Standard and Neural engine.
service/sts: Updates service documentation
AWS Security Token Service (STS) now supports a regional configuration flag to make the client respect the region without the need for the endpoint parameter.
SDK Enhancements
aws/endpoints: Adds support for STS Regional Flags (#2779)
Implements STS regional flag, with support for legacy and regional options. Defaults to legacy. Legacy, will force all regions specified in aws/endpoints/sts_legacy_regions.go to resolve to the STS global endpoint, sts.amazonaws.com. This is the SDK's current behavior.
When the flag's value is regional the SDK will resolve the endpoint based on the endpoints.json model. This allows STS to update their service's modeled endpoints to be regionalized for all regions. When regional turned on use aws-global as the region to use the global endpoint.
AWS_STS_REGIONAL_ENDPOINTS=regional for environment, or sts_regional_endpoints=regional in shared config file.
The regions the SDK defaults to the STS global endpoint in legacy mode are: