Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oli: implement oli cp(ocp) #1731

Closed
2 tasks done
knight42 opened this issue Mar 22, 2023 · 2 comments · Fixed by #1787
Closed
2 tasks done

oli: implement oli cp(ocp) #1731

knight42 opened this issue Mar 22, 2023 · 2 comments · Fixed by #1787

Comments

@knight42
Copy link
Contributor

knight42 commented Mar 22, 2023

This is a separate issue to track the implementation of oli cp.

Related #422 RFC

oli cp enables users to transfer data between different storage services seamlessly, for instance:

  • Upload directory to s3: oli cp -r dir s3://path/
  • Download files from azblob: oli cp azblob://path/books.csv /tmp/books.csv

Tasks

@Xuanwo
Copy link
Member

Xuanwo commented Mar 22, 2023

Maybe we need ols / oli ls first before we have ocp -r?

@knight42
Copy link
Contributor Author

Maybe we need ols / oli ls first before we have ocp -r?

Exactly. cp -r requires listing files with a particular prefix

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 a pull request may close this issue.

2 participants