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

[jira] [Created] (AIRFLOW-1114) S3Hook doesn't support Minio

Alessandro Cosentino created AIRFLOW-1114:
---------------------------------------------

             Summary: S3Hook doesn't support Minio
                 Key: AIRFLOW-1114
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1114
             Project: Apache Airflow
          Issue Type: Improvement
          Components: aws, hooks
    Affects Versions: Airflow 1.8
         Environment: I am running it from the following Docker image: https://github.com/puckel/docker-airflow
            Reporter: Alessandro Cosentino


I want to mock an S3 bucket with Minio for local testing when using the S3Hook. If I specify a connection whose host url is {{localhost}}, the S3Hook fails to connect to the bucket because it can't infer the region.

I suspect this is due to a bug in boto: https://github.com/boto/boto/issues/2624

One solution would be to upgrade the S3Hook to boto3. If I get the green light, I will make a PR for that.



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