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
The following is reported in SDK Debug: error SharedCredsAccessKey: shared credentials foobar in /Users/foo/.aws/credentials did not contain aws_access_key_id
Version of AWS SDK for Go?
1.35.35
Version of Go (go version)?
go version go1.15.5 darwin/amd64
To Reproduce (observed behavior)
See description
Expected behavior
source_profile should be honoured
Additional context
The text was updated successfully, but these errors were encountered:
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.
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
Given the following credentials file (~/.aws/credentials):
And the following code:
The following is reported in SDK Debug:
error SharedCredsAccessKey: shared credentials foobar in /Users/foo/.aws/credentials did not contain aws_access_key_id
Version of AWS SDK for Go?
1.35.35
Version of Go (
go version
)?go version go1.15.5 darwin/amd64
To Reproduce (observed behavior)
See description
Expected behavior
source_profile should be honoured
Additional context
The text was updated successfully, but these errors were encountered: