Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: tools/telemetry/cloud_storage

Issue 556003002: [telemetry] Use consistent bucket naming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove code that says "remove this" Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/cloud_storage
diff --git a/tools/telemetry/cloud_storage b/tools/telemetry/cloud_storage
index 44f03d0ee5c559cc9eded9ad7b7496e8bb16bafe..0d1b385666d2115cedd851e663a670387ff3af22 100755
--- a/tools/telemetry/cloud_storage
+++ b/tools/telemetry/cloud_storage
@@ -16,7 +16,7 @@ from telemetry.util import cloud_storage
BUCKET_ALIASES = {
'public': cloud_storage.PUBLIC_BUCKET,
'partner': cloud_storage.PARTNER_BUCKET,
- 'google-only': cloud_storage.INTERNAL_BUCKET,
+ 'internal': cloud_storage.INTERNAL_BUCKET,
}
BUCKETS = {bucket: easy_bucket_name for easy_bucket_name, bucket
in BUCKET_ALIASES.iteritems()}

Powered by Google App Engine
This is Rietveld 408576698