Fix changelog filename for 4416

This commit is contained in:
Mark Backman
2026-05-04 21:54:58 -04:00
parent fa31a2fd63
commit 7729eecfe4
2 changed files with 0 additions and 0 deletions

1
changelog/4416.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed AWS Polly TTS, Bedrock LLM, and the Bedrock AgentCore processor erroring out when only one of `AWS_ACCESS_KEY_ID` / `AWS_SECRET_ACCESS_KEY` was set in the environment. The half-populated kwargs are no longer forwarded to aioboto3; partial env-var configurations now fall through to the boto3 credential chain like fully-unset configurations do.