Merge pull request #528 from marineam/storage

core_roller_upload: use new update storage bucket
This commit is contained in:
Michael Marineau 2016-04-27 17:14:02 -07:00
commit 6f6e101775

View File

@ -25,7 +25,7 @@ DEFINE_string api_key "" \
"API key for roller." "API key for roller."
DEFINE_string endpoint "https://public.update.core-os.net" \ DEFINE_string endpoint "https://public.update.core-os.net" \
"Roller endpoint to update." "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." "Google Storage location to host the payload."
FLAGS_HELPS="usage: $SCRIPTNAME [flags] FLAGS_HELPS="usage: $SCRIPTNAME [flags]