You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Robin B (JIRA)" <ji...@apache.org> on 2017/03/23 16:54:41 UTC

[jira] [Created] (AIRFLOW-1034) Make it possible to connect to S3 in sigv4 regions

Robin B created AIRFLOW-1034:
--------------------------------

             Summary: Make it possible to connect to S3 in sigv4 regions
                 Key: AIRFLOW-1034
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1034
             Project: Apache Airflow
          Issue Type: Bug
          Components: hooks
    Affects Versions: Airflow 1.8
            Reporter: Robin B


When trying to connect to S3 in regions which only allow for signature V4 authentication the S3Hook boto will fail with HostRequiredError. You can also see 403 Forbidden errors.

The solution is to explicitly pass a host parameter to the boto-S3Connection object.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)