Skip to content
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
4 changes: 2 additions & 2 deletions docs/apache-airflow-providers-amazon/connections/aws.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ automatically the credentials from there.
.. caution:: If you do not run "airflow connections create-default-connections" command,
most probably you do not have ``aws_default``. For historical reasons, the Amazon Provider
components (Hooks, Operators, Sensors, etc.) fallback to the default boto3 credentials strategy
in case of a missing Connection ID. This behaviour is deprecated and will be removed in a future releases.
in case of a missing Connection ID.

If you need to use the default boto3 credential strategy (credentials in environment variables, IAM Profile, etc.)
please provide ``None`` instead of a connection ID.
please provide ``None``, instead of a missing connection ID, to avoid getting a warning in your logs.

.. _howto/connection:aws:configuring-the-connection:

Expand Down