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_r325112605
 
 

 ##########
 File path: UPDATING.md
 ##########
 @@ -39,28 +39,36 @@ assists users migrating to a new version.
 <!-- END doctoc generated TOC please keep comment here to allow auto update -->
 ## Airflow Master
 
+### Changes to `aws_default` Connection's default region
+
+The region of Airflow's default connection to AWS (`aws_default`) has
+previously been set to `us-east-1` during installation.
+
+The region now needs to be set manually either in the connection screens in
+Airflow, or via the `AWS_DEFAULT_REGION` environment variable.
+
 ### Changes to FileSensor
 FileSensor is now takes a glob pattern, not just a filename. If the filename 
you are looking for has `*`, `?`, or `[` in it then you should replace these 
with `[*]`, `[?]`, and `[[]`.
 
 ### Change dag loading duration metric name
-Change DAG file loading duration metric from 
 
 Review comment:
   Could you avoid making white-space only changes to the rest of this file? 
(This will make this change harder to cherry-pick back to the release branch)

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


With regards,
Apache Git Services

Reply via email to