Skip to content

fix: cp download and upload with incomplete paths

Daniel Perez requested to merge slb/dperez50/fix-cp into master

Type of change

  • Bug Fix
  • Feature
  • Pipeline
  • Test

Does this introduce a change in the core logic?

  • No
  • Yes

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this follow conventional commits spec?

  • No
  • Yes

Have you set the target Milestone?

  • No
  • Yes

Have you set the no-detached-pipeline label?

  • No
  • Yes

Updates description?

Fix to be able to upload file inside subproject and folder when sdpath does not have dataset name on it (like sd://tenant/subproject/folder or sd://tenant/subproject/folder/) Fix to be able to download file when local path does not contain file name (like /folder1/folder2/ or /folder1/folder2)

Merge request reports