cloud-pipeline
cloud-pipeline copied to clipboard
PipeCLI: fix for restored files listing
pipe storage ls s3://<bucket-name>/ shall be able to list restored files. The following issues were discovered:
- currently,
pipeshows restored files with--recursiveoption only pipe storage ls s3://<bucket-name>/<restored file path>does not show restored file via full cloud pathpipe storage ls s3://<bucket-name>/<restored file path>does not show single-restored files (those files that havetype = FILE)
This PR brings fixes for issues above.