Commit Graph
3 Commits
Author SHA1 Message Date
Greg Hellings 82718cbc4c Add some debugging output 2024-12-24 10:34:15 -06:00
Greg Hellings 0c5cdb35b3 Remove the progress bar and fix the downloader
The progress bar *might* be causing problems during the upload. So we
remove it and allow the progress to be mysterious to the user

Return a non-zero error code if there is a failure

Make the cache directory first...
2024-12-24 01:22:53 -06:00
Greg Hellings f99c35b2d5 Convert the cache to golang
In the interest of performance, convert the fetcher and uploader to
golang and use the minio library, rather than repeated calls to the
server with the command line
2024-12-24 00:23:26 -06:00