Feature/zip upload (#124)

* zip eos image on upload

* fix warning

* revert content length as its already set by module

* move stream zipping to cli upload

* refactor upload with simple gzip approach - progress bar broken

* increase timeout

* fix request body and unzip once uploaded

* unzipped in wrong fn; cleanup

* add progress bar for hashing and zipping, cleanup files

* add messaging to progress bars
This commit is contained in:
Lucy C
2022-09-19 15:18:14 -06:00
committed by GitHub
parent 3aef9dbf09
commit 648d69c14a
5 changed files with 68 additions and 20 deletions

1
.gitignore vendored
View File

@@ -38,3 +38,4 @@ start9-registry.aux
start9-registry.ps
shell.nix
testdata/
lbuild.sh