| 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()}
|
|
|