You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jiaxun Song (JIRA)" <ji...@apache.org> on 2019/04/02 18:56:00 UTC

[jira] [Closed] (AIRFLOW-4225) S3Hook cannot parse URI with slash correctly

     [ https://issues.apache.org/jira/browse/AIRFLOW-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiaxun Song closed AIRFLOW-4225.
--------------------------------
    Resolution: Fixed

You need to do AWS_SECRET_ACCESS_KEY.replace("/", "%2F")

> S3Hook cannot parse URI with slash correctly
> --------------------------------------------
>
>                 Key: AIRFLOW-4225
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4225
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: hooks
>            Reporter: Jiaxun Song
>            Priority: Major
>
> I am using URI to connect S3Hook. I am following the instruction here:
> [https://airflow.apache.org/howto/manage-connections.html]
> However, there is slash in my aws_secret_access_key. As a result, S3Hook cannot parse the URI correctly because it is using the default urllib.parse.urlparse



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)