vandonr-amz commented on code in PR #28816: URL: https://github.com/apache/airflow/pull/28816#discussion_r1071478212
########## 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 named it boto_ something in my first commit, but then as Taragolis mentioned: > this is not boto3 behaviour this how what AWS API expected this parameters I changed it to aws -- 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]
