Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change host to endpoint_url in amazon remote logging docs #27572

Merged
merged 1 commit into from
Nov 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://localstack.cloud/>`_ 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
'''''''''''''''''''''''''''''''''''''''''''''''''''
Expand Down