o-nikolas opened a new pull request, #68923: URL: https://github.com/apache/airflow/pull/68923
`TaskDoneTrigger` used a non-standard `region` argument and ignored SSL verification and botocore configuration. It now uses `region_name` and accepts `verify` and `botocore_config` like the other Amazon provider triggers, building both the ECS and CloudWatch-logs hooks with them, and `EcsRunTaskOperator` forwards those values when deferring. This completes the trigger portion of the ECS item in the base-AWS-classes migration initiative. related: #35278 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Kiro (claude-opus-4.8) Generated-by: Kiro (claude-opus-4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
