Taragolis commented on code in PR #28816:
URL: https://github.com/apache/airflow/pull/28816#discussion_r1071479962


##########
airflow/providers/amazon/aws/hooks/s3.py:
##########
@@ -42,6 +42,7 @@
 from airflow.exceptions import AirflowException
 from airflow.providers.amazon.aws.exceptions import S3HookUriParseFailure
 from airflow.providers.amazon.aws.hooks.base_aws import AwsBaseHook
+from airflow.providers.amazon.aws.utils.aws_api import format_tags

Review Comment:
   Maybe a stupid idea but what if we place it in 
`airflow/providers/amazon/aws/utils/__init__.py` or it for generic stuff only?



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to