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

think through how to handle downloads #64

Open
BrianHicks opened this issue Sep 23, 2022 · 0 comments
Open

think through how to handle downloads #64

BrianHicks opened this issue Sep 23, 2022 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@BrianHicks
Copy link
Member

We want to be able to download files. We probably need to do this fairly frequently, and should be able to do this without invoking some system tool like curl. At minimum, we probably need to be able to:

  • download files from HTTP(S)
  • verify that the downloaded files match some hash
  • store the output in the content-addressable cache

The task here is not to actually implement this, but to create an ADR detailing what kind of API we want, exactly.

@BrianHicks BrianHicks added this to the initial build milestone Sep 23, 2022
@BrianHicks BrianHicks moved this to Todo in rbt Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

1 participant