hashicorp/aws-sdk-go-base

tech-debt: Remove special handling for incorrect named profile values

gdavison opened this issue · 1 comments

Description

Previously, if a user passed an invalid named profile, either by configuration parameter or the environment variable AWS_PROFILE, authentication would fail silently. aws-sdk-go-base reimplements big chunks of the config loading and profile resolution to ensure that an error is returned instead.

Confirm that aws/aws-sdk-go-v2#2309 works with aws-sdk-go-base and remove special handling code.

Potential Library Implementation

Removing code!

Closed by #830