You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AIRFLOW-2916] Arg verify for AwsHook() & S3 sensors/operators (apache#3764)
This is useful when
1. users want to use a different CA cert bundle than the
one used by botocore.
2. 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.
The default value here is `None`, which is also the default
value in boto3, so that backward compatibility is ensured too.
Reference:
https://boto3.readthedocs.io/en/latest/reference/core/session.html
0 commit comments