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

[Enhancement] Improve documentation for restore #405

Open
pboushy opened this issue Feb 14, 2022 · 0 comments
Open

[Enhancement] Improve documentation for restore #405

pboushy opened this issue Feb 14, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@pboushy
Copy link

pboushy commented Feb 14, 2022

Summary

I noticed there is a test in the source code for a RestoreJobManager that looks like it can:

  1. Determine total size of data to download.
  2. Kickoff restore.
  3. Check the status of the restore on a polling interval.

Please document how we can do 1, 2, and 3 using the py42 library.
What the test code is doing looks to be very similar to what I'm attempting, but it looks like mostly private APIs or something unique that can't really be done with sdk.archive right now.

@pboushy pboushy added the enhancement New feature or request label Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant