From 21017632e41e92dc3cd806d3cf2f734c14f41179 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 27 Apr 2016 16:58:56 -0700 Subject: [PATCH] core_roller_upload: use new update storage bucket The google domain name is still used for downloads, that will be switched as soon as the appropriate certificates are set up. --- core_roller_upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_roller_upload b/core_roller_upload index bdddb0ea39..228f165897 100755 --- a/core_roller_upload +++ b/core_roller_upload @@ -25,7 +25,7 @@ DEFINE_string api_key "" \ "API key for roller." DEFINE_string endpoint "https://public.update.core-os.net" \ "Roller endpoint to update." -DEFINE_string storage "gs://update-storage.core-os.net" \ +DEFINE_string storage "gs://coreos-update" \ "Google Storage location to host the payload." FLAGS_HELPS="usage: $SCRIPTNAME [flags]