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
When setting AWS_ENDPOINT_URL_BEDROCK_AGENT and/or AWS_ENDPOINT_URL_BEDROCK_AGENT_RUNTIME, the SDK continues using the default endpoint for the Bedrock Agent services. I have not tested other aws-sdk-rust crates.
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
Using these env vars should override the endpoint used.
Edit: Ignore my previous message, I shouldn't be responding to issues that late at night. We should actually support this via this piece of generated code:
Describe the bug
When setting
AWS_ENDPOINT_URL_BEDROCK_AGENT
and/orAWS_ENDPOINT_URL_BEDROCK_AGENT_RUNTIME
, the SDK continues using the default endpoint for the Bedrock Agent services. I have not tested other aws-sdk-rust crates.Regression Issue
Expected Behavior
Using these env vars should override the endpoint used.
Current Behavior
The default endpoint is used.
Reproduction Steps
Set the variables:
Configure the SDK without overriding the endpoint.
To show endpoint resolution, run with
RUST_LOG="info,aws_smithy_runtime::client::orchestrator::endpoints=debug" cargo run
Crate attached.
repro.zip
Possible Solution
No response
Additional Information/Context
AWS_ENDPOINT_URL
does override.Version
Environment details (OS name and version, etc.)
MacOS, M2 Pro, 15.2 (24C101)
Logs
No response
The text was updated successfully, but these errors were encountered: