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
There was a subtle change with either the introduction of EndpointResolverV2 or AuthSchemeResolver (I haven't deep-dived yet) - an empty region string on client config now incorrectly gets passed to endpoint resolution, which tends to result in nonsense hostnames like ram..amazonaws.com.
This should instead result in the "region" endpoint parameter being effectively unset/nil which will cause endpoint resolution to fail with an error that's actually useful.
There has been a ton of very warranted customer confusion around this recently, see the following:
The text was updated successfully, but these errors were encountered:
lucix-aws
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
p1
This is a high priority issue
queued
This issues is on the AWS team's backlog
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Feb 17, 2024
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
There was a subtle change with either the introduction of
EndpointResolverV2
orAuthSchemeResolver
(I haven't deep-dived yet) - an empty region string on client config now incorrectly gets passed to endpoint resolution, which tends to result in nonsense hostnames likeram..amazonaws.com
.This should instead result in the "region" endpoint parameter being effectively unset/
nil
which will cause endpoint resolution to fail with an error that's actually useful.There has been a ton of very warranted customer confusion around this recently, see the following:
The text was updated successfully, but these errors were encountered: