Taragolis commented on PR #25980: URL: https://github.com/apache/airflow/pull/25980#issuecomment-1245236755
@potiuk @potiuk Sorry for late response have a hectic week. Let's summarise, right now we want to: 1. Remove Amazon S3 connection type entirely from the UI. 2. Inform user to switch from `conn_type = "s3"` to `conn_type = "aws"`. BTW right now if user try to use connection with any type except `aws` it will inform with [UserWarning](https://github.com/apache/airflow/blob/ffee6bceb32eba159a7a25a4613d573884a6a58d/airflow/providers/amazon/aws/utils/connection_wrapper.py#L130-L135) Am I understand correctly? -- 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]
