Skip to content

Commit

Permalink
adding AWS_DEFAULT_REGION to the docs, boto3 expects this to be in th…
Browse files Browse the repository at this point in the history
…e env variables (#24181)
  • Loading branch information
erdos2n authored Jun 6, 2022
1 parent 4c5ddc1 commit 6015c39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Here is a sample configuration:
backend_kwargs = {"connections_prefix": "airflow/connections", "variables_prefix": "airflow/variables", "profile_name": "default", "full_url_mode": false}
To authenticate you can either supply a profile name to reference aws profile, e.g. defined in ``~/.aws/config`` or set
environment variables like ``AWS_ACCESS_KEY_ID``, ``AWS_SECRET_ACCESS_KEY``.
environment variables like ``AWS_ACCESS_KEY_ID``, ``AWS_SECRET_ACCESS_KEY``, ``AWS_DEFAULT_REGION``.


Storing and Retrieving Connections
Expand Down

0 comments on commit 6015c39

Please sign in to comment.