commit | c0bc9ba88d775d8271cad6aaee425c08c1a638dd | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Wed Sep 03 21:41:16 2014 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed Sep 03 21:41:16 2014 -0700 |
tree | a0a6b73625cd78ea5455a9b78ed68d2f37ee3454 | |
parent | 2c5c896732f6bfdcc0360b5afe8b3345c6b2e758 [diff] |
dashboard: add Cloud Storage upload support to create.go Then make the coordinator and linux environment Makefiles have an upload target. Amusingly, this actually worked: the Docker images now tar + compress + upload over HTTP all in a stream, without even knowing how large the resulting tar.gz will be until it's done uploading. LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/140200043