feluelle commented on a change in pull request #7541: [AIRFLOW-6822] AWS hooks
should cache boto3 client
URL: https://github.com/apache/airflow/pull/7541#discussion_r385080961
##########
File path: airflow/providers/amazon/aws/sensors/s3_prefix.py
##########
@@ -69,12 +70,11 @@ def __init__(self,
self.full_url = "s3://" + bucket_name + '/' + prefix
self.aws_conn_id = aws_conn_id
self.verify = verify
+ self.hook = S3Hook(aws_conn_id=self.aws_conn_id, verify=self.verify)
Review comment:
And here. Please check again all files you changed :)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services