Skip to content

fix: download content from datalinks with nested folders [PLAT-4489]#590

Open
weronikasosnowskaseqera wants to merge 1 commit intomasterfrom
fix/download-datalinks-nested-folder-PLAT-4489
Open

fix: download content from datalinks with nested folders [PLAT-4489]#590
weronikasosnowskaseqera wants to merge 1 commit intomasterfrom
fix/download-datalinks-nested-folder-PLAT-4489

Conversation

@weronikasosnowskaseqera
Copy link
Contributor

Description

https://seqera.atlassian.net/browse/PLAT-4489

browse-tree returns the full recursive tree of a given folder, including files from all nested levels. For example, for data-explorer-integration-test/ it returns:

  • data-explorer-integration-test/first-lvl-nested/ ← folder, should be ignored
  • data-explorer-integration-test/first-lvl-nested/file.txt ← file, should be downloaded

Folder entries (paths ending with /) are not downloadable and were causing a "File not found" error. Fix skips them during iteration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant