yjdlau opened a new issue, #32174: URL: https://github.com/apache/airflow/issues/32174
### Description We need async support for S3 facilities for use in our Triggers. We see AwsBaseAsyncHook was introduced in [this commit](https://github.com/apache/airflow/commit/cf77c3b96609aa8c260566274d54b06eb38c8100) ([PR 28850](https://github.com/apache/airflow/pull/28850)) merged on [2023-03-14](https://github.com/apache/airflow/pull/28850). However in https://github.com/apache/airflow/pull/31610 , AwsBaseAsyncHook was marked Deprecated by @pankajastro and subsequently approved by @vincbeck . I would like to know: - on what basis do you determine this class is not used? There has been no discussions in the PR. - from a user stance, providing a new functionality then removing it a few months later is not very good practice. - is async S3 operations going to be supported ? We have code based on this and deprecating this will break our code. Many thanks, particularly to the two gentlemen I named above. ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
