[
https://issues.apache.org/jira/browse/AIRFLOW-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fokko Driesprong resolved AIRFLOW-2314.
---------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Issue resolved by pull request #3212
[https://github.com/apache/incubator-airflow/pull/3212]
> Fix strip of trailing slash in GCS paths
> ----------------------------------------
>
> Key: AIRFLOW-2314
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2314
> Project: Apache Airflow
> Issue Type: Bug
> Components: contrib, dependencies, gcp
> Reporter: Guillermo Rodríguez Cano
> Assignee: Guillermo Rodríguez Cano
> Priority: Minor
> Fix For: 2.0.0
>
>
> Behaviour of {{_parse_gcs_url}} function in
> {{airflow.contrib.hooks.gcs_hook}} is stripping leading and trailing slash
> characters: / in the blob part of the URI
> I expect the leading slash to be removed, but not the ending one when given.
> Reason being is that since the blob is a representing a full 'path' object,
> it is known that the separator between the bucket and the blob will be one
> slash character but there may be cases when the user wants to explicitly know
> whether the object is an actual file or a 'directory'.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)