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 2022/09/13 10:50:47 UTC

[GitHub] [airflow] Taragolis commented on pull request #25980: Deprecate AWS S3 Connection Type

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org