dvc icon indicating copy to clipboard operation
dvc copied to clipboard

introduce dvc ls-url

Open efiop opened this issue 3 years ago • 0 comments

We have get/import/ls for dvc repos, but only get-url and import-url for clouds. With cloud workflows in mind, we need dvc ls-url to be able to list files on clouds (including being able to list available version_ids for cloud versioning workflow in the future). This will also be useful for get-url/import-url to be able to discover files before downloading/importing them.

This is also a nice benchmark(-ish) for comparing dvc get-url/ls-url with other tools like awscli, rclone, etc.

efiop avatar Sep 08 '22 17:09 efiop