You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/09/03 15:32:08 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5879: [AIRFLOW-5280] conn: Remove aws_default's default region name

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:
users@infra.apache.org


With regards,
Apache Git Services