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:55:00 UTC

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

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

Jiaxun Song commented on AIRFLOW-4225:
--------------------------------------

NVM, 

AWS_SECRET_ACCESS_KEY.replace("/", "%2F") works for me.

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