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
Regression from the INI parse refactor -- will be resolved by #2416. You also caught a small miss in how we load the services section - it's only supposed to be loaded into shared config if referenced in the profile via the services key (that's why every other test started failing with that data) - the PR includes that fix.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
When service endpoints are set in shared config files, they are not applied to the
aws.Config
.Expected Behavior
The service endpoints would be set
Current Behavior
The service endpoints are not set
Reproduction Steps
Add the following test case to
TestNewSharedConfig
inconfig/shared_config_test.go
Add the following sections to
config/testdata/shared_config
The specific test case will fail with the following diff
In addition, most of the other test cases will now fail with the following diff
It looks like all profiles are referencing the
[services test]
sectionPossible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Using the
main
branch ofaws-sdk-go-v2
, at commit8c02c46d48
Compiler and Version used
go version go1.21.0 darwin/arm64
Operating System and version
macOS 13.4.1
The text was updated successfully, but these errors were encountered: