AWSPollyTTSService: allow setting auth credentials through provider chain

This commit is contained in:
Mark Backman
2025-08-25 10:53:12 -04:00
parent 76eef837b6
commit 8250c381d1
2 changed files with 4 additions and 10 deletions

View File

@@ -160,6 +160,10 @@ asyncio.wait_for(task, timeout)` instead.
### Fixed
- Fixed `AWSPollyTTSService` to support AWS credential provider chain (IAM
roles, IRSA, instance profiles) instead of requiring explicit environment
variables.
- Fixed an issue that would cause `PipelineRunner` and `PipelineTask` to not
handle external asyncio task cancellation properly.