[
https://issues.apache.org/jira/browse/BEAM-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16000114#comment-16000114
]
Daniel Halperin commented on BEAM-2150:
---------------------------------------
Funny, my shell does the behavior I'd expect (matching {{gsutil}}):
{code}
ls gcs-recursive/**/*.txt
[1]
gcs-recursive/file1.txt gcs-recursive/somedir/file2.txt
{code}
I think that the current behavior of disallowing recursive globs is better than
adding new support but differing from {{gsutil}}. The latter is too confusing
for users.
> Support for recursive wildcards in GcsPath
> ------------------------------------------
>
> Key: BEAM-2150
> URL: https://issues.apache.org/jira/browse/BEAM-2150
> Project: Beam
> Issue Type: New Feature
> Components: sdk-java-core, sdk-java-gcp
> Reporter: Devon Meunier
> Assignee: Devon Meunier
> Priority: Minor
>
> When working with heavily nested folder structures in Google Cloud Storage,
> it's great to make use of recursive wildcards, which the current API
> explicitly does not support.
> This code hasn't been touched in 2 years so it's likely that simply no one's
> gotten around to it yet.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)