Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

1 participant