Taragolis commented on code in PR #25628:
URL: https://github.com/apache/airflow/pull/25628#discussion_r946508712
##########
airflow/providers/amazon/aws/hooks/base_aws.py:
##########
@@ -430,6 +423,11 @@ def config(self) -> Optional[Config]:
"""Configuration for botocore client read-only property."""
return self.conn_config.botocore_config
+ @property
+ def verify(self) -> Optional[str]:
+ """Verify or not SSL certificates boto3 client/resource read-only
property."""
+ return self.conn_config.region_name
+
Review Comment:
Sorry for late response, I was on holiday.
Yep shameful mistake. For some reason it won't raise any error in local
environment I would fix it and also add some tests
--
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]