Xiaodong DENG created AIRFLOW-2916:
--------------------------------------

             Summary: Add argument `verify` for AwsHook() and S3 related 
sensors/operators
                 Key: AIRFLOW-2916
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2916
             Project: Apache Airflow
          Issue Type: Improvement
          Components: hooks, operators
            Reporter: Xiaodong DENG
            Assignee: Xiaodong DENG


The AwsHook() and S3-related operators/sensors are depending on package boto3.

In boto3, when we initiate a client or a resource, argument `verify` is 
provided (https://boto3.readthedocs.io/en/latest/reference/core/session.html ).

It is useful when
 # users want to use a different CA cert bundle than the one used by botocore.
 # users want to have '--no-verify-ssl'. This is especially useful when we're 
using on-premises S3 or other implementations of object storage, like IBM's 
Cloud Object Storage.

However, this feature is not provided in Airflow for S3 yet.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to