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

Ability to download whole Directory from remote CAS #5708

Closed
illicitonion opened this issue Apr 16, 2018 · 4 comments
Closed

Ability to download whole Directory from remote CAS #5708

illicitonion opened this issue Apr 16, 2018 · 4 comments
Assignees

Comments

@illicitonion
Copy link
Contributor

The Store currently has a function to copy a list of Digests from the local store to the remote one.

It also has the ability to download individual Digests from the remote store to the local one.

We need to add the ability to download a Directory, and its contents, recursively.

This should probably take the form of a function named something like ensure_local_has_recursive which loads the top-level Directory, and drives a queue of Digests to download using the relevant load_bytes_* functions.

@ity
Copy link
Contributor

ity commented May 4, 2018

thanks for putting that branch together @dotordogh I started working off of that branch and hopefully should have this out for review soon.

@ity ity assigned ity and unassigned ity and dotordogh May 4, 2018
@ity
Copy link
Contributor

ity commented May 9, 2018

should be able to pick this back up on friday/monday (out for the next 3 days)

@ity
Copy link
Contributor

ity commented Jun 6, 2018

... and getting back to this today!

@ity
Copy link
Contributor

ity commented Aug 14, 2018

implemented in #6336

@ity ity closed this as completed Aug 14, 2018
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

No branches or pull requests

3 participants