What changed

Allow the built-in amazon-bedrock provider to override base_url, auth,
and http_headers in addition to its AWS profile and region.
Use command-based bearer authentication and configured endpoints without
applying AWS request signing, while retaining regional endpoint resolution
for the default Bedrock configuration.
Replace the...