Updating to aws-sdk-go-v2 but getting 'not found, ResolveEndpointV2' error #2748
-
Hi, I am trying to get the account string from sts.GetCallerIdentityOutput. The source below (with real values for credentials and region) is returning 'not found, ResolveEndpointV2' cfg := aws.Config{ I checked if the error was coming from the the same place as mentioned in this issue #2370 and it is, ie: line 191 in /vendor/github.com/aws/smithy-go/middleware/ordered_group.go The package versions installed only today are: github.com/aws/aws-sdk-go-v2 v1.30.3 Can anyone tell me what I need to do to resolve this error? Thanks-! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
#2370