What's wrong with this entry?
The AWS region display in Bedrock configuration now shows where the region came from — environment variable, AWS shared config file, or the built-in default — rather than just the region name.
us-east-1(from environment) → shown as-is- From
~/.aws/config→ shown asus-east-1 (from AWS config) - Default fallback → shown as
us-east-1 (default — set AWS_REGION or add a region to your AWS config)
Region source display function (search for "(from AWS config)" and "(default — set AWS_REGION or add a region to your AWS config)")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.