dstandish commented on code in PR #25980:
URL: https://github.com/apache/airflow/pull/25980#discussion_r975554293


##########
airflow/providers/amazon/CHANGELOG.rst:
##########
@@ -24,6 +24,14 @@
 Changelog
 ---------
 
+.. warning::
+  In this version of provider Amazon S3 Connection (``conn_type="s3"``) 
removed due to the fact that it was always
+  an alias to :ref:`Amazon Web Services Connection <howto/connection:aws>` 
(``conn_type="aws"``).
+  This might only have effect to testing connection in the UI/API.
+  In order to restore ability to test connection you need to change connection 
type from **Amazon S3**
+  to **Amazon Web Services** manually.

Review Comment:
   ```suggestion
     In practice the only impact is you won't be able to ``test`` the 
connection in the web UI / API.
     In order to restore ability to test connection you need to change 
connection type from **Amazon S3** (``conn_type="s3"``)
     to **Amazon Web Services** (``conn_type="aws"``) manually.
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to