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)