potiuk commented on code in PR #26731: URL: https://github.com/apache/airflow/pull/26731#discussion_r982184974
########## airflow/providers/amazon/CHANGELOG.rst: ########## @@ -24,13 +24,53 @@ Changelog --------- +6.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + .. 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"``). 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. +* ``Remove duplicated connection-type within the provider (#26628)`` Review Comment: Moved it to `Misc` section -- 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]
