You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/03/28 23:45:42 UTC

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

    [ https://issues.apache.org/jira/browse/AIRFLOW-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15946227#comment-15946227 ] 

ASF subversion and git services commented on AIRFLOW-1034:
----------------------------------------------------------

Commit 4c0905068d2cdf18b9420013dc502a276a5083ea in incubator-airflow's branch refs/heads/master from Robin
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=4c09050 ]

[AIRFLOW-1034] Make it possible to connect to S3 in sigv4 regions

Closes #2181 from buyology/fix-s3-in-sigv4-regions


> 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)