This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new de253d0901c Fix aws_region platform list in Anthropic connection docs
(#69373)
de253d0901c is described below
commit de253d0901c168c6bd0f1e21e8c097d2842a2bea
Author: Takayoshi Makabe <[email protected]>
AuthorDate: Tue Jul 7 00:31:22 2026 +0900
Fix aws_region platform list in Anthropic connection docs (#69373)
---
providers/anthropic/docs/connections.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/providers/anthropic/docs/connections.rst
b/providers/anthropic/docs/connections.rst
index 26937763900..961266f0f8c 100644
--- a/providers/anthropic/docs/connections.rst
+++ b/providers/anthropic/docs/connections.rst
@@ -49,7 +49,7 @@ Extra (optional)
``model`` (e.g. ``hook.create_message(...)``,
``hook.create_agent(...)``). Set it here
to change the model without editing Dags; falls back to the provider
default
(``claude-opus-4-8``).
- * ``aws_region`` — AWS region for the ``bedrock`` platform.
+ * ``aws_region`` — AWS region for the ``bedrock`` and ``aws`` platforms.
* ``project_id`` / ``region`` — GCP project and region for the ``vertex``
platform.
* ``resource`` — Azure resource name for the ``foundry`` platform.
* ``anthropic_client_kwargs`` — a nested dictionary forwarded verbatim to
the client