From 2872926af8bbffed59a52374dc4521f10a708b58 Mon Sep 17 00:00:00 2001 From: Aakcht Date: Wed, 9 Nov 2022 16:50:52 +0600 Subject: [PATCH] change host to endpoint_url in amazon docs --- .../logging/s3-task-handler.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apache-airflow-providers-amazon/logging/s3-task-handler.rst b/docs/apache-airflow-providers-amazon/logging/s3-task-handler.rst index 250932668a4f..8352432c222b 100644 --- a/docs/apache-airflow-providers-amazon/logging/s3-task-handler.rst +++ b/docs/apache-airflow-providers-amazon/logging/s3-task-handler.rst @@ -45,8 +45,8 @@ In the above example, Airflow will try to use ``S3Hook(aws_conn_id='my_s3_conn') You can also use `LocalStack `_ to emulate Amazon S3 locally. To configure it, you must additionally set the endpoint url to point to your local stack. -You can do this via the Connection Extra ``host`` field. -For example, ``{"host": "http://localstack:4572"}`` +You can do this via the Connection Extra ``endpoint_url`` field. +For example, ``{"endpoint_url": "http://localstack:4572"}`` Enabling remote logging for Amazon S3 with AWS IRSA '''''''''''''''''''''''''''''''''''''''''''''''''''