You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/16 08:54:24 UTC

[GitHub] [airflow] Taragolis commented on a diff in pull request #25628: Allow AWS Secrets Backends use AWS Connection capabilities

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: commits-unsubscribe@airflow.apache.org

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