ashb commented on a change in pull request #5879: [AIRFLOW-5280] conn: Remove
aws_default's default region name
URL: https://github.com/apache/airflow/pull/5879#discussion_r320338999
##########
File path: docs/howto/connection/aws.rst
##########
@@ -35,6 +35,8 @@ Default Connection IDs
The default connection ID is ``aws_default``.
+.. note:: Previously, the ``aws_default`` connection had the "extras" field
set to ``{"region_name": "us-east-1"}`` on install. This means that by default
the ``aws_default`` connection used the ``us-east-1`` region. This is no longer
the case and the region needs to be set manually.
Review comment:
```suggestion
.. note:: Previously, the ``aws_default`` connection had the "extras" field
set to ``{"region_name": "us-east-1"}`` on install. This means that by default
the ``aws_default`` connection used the ``us-east-1`` region. This is no longer
the case and the region needs to be set manually, either in the connection
screens in Airflow, or via the ``AWS_DEFAULT_REGION`` environment variable.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services