ferruzzi commented on code in PR #28816: URL: https://github.com/apache/airflow/pull/28816#discussion_r1071472110
########## 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: I'm not sure what else you;'d name the module here that would make more sense? It cold be boto_api or boto_utils maybe but I'm not sure either of those are any better, really? -- 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]
