phanikumv commented on code in PR #29300:
URL: https://github.com/apache/airflow/pull/29300#discussion_r1113081966


##########
airflow/providers/amazon/aws/hooks/base_aws.py:
##########
@@ -865,3 +868,85 @@ def _parse_s3_config(config_file_name: str, config_format: 
str | None = "boto",
         config_format=config_format,
         profile=profile,
     )
+
+
+class AwsBaseAsyncHook(AwsBaseHook):

Review Comment:
   need to remove the changes for base async hook from this PR as that will be 
contributed from #28850 



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