Allow Page to download credentials file from any bucket.
commit20df53dea7eab16b5f9bac18491e3eeda003b390
authorshadi <shadi@chromium.org>
Thu, 4 Jun 2015 22:12:17 +0000 (4 15:12 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 4 Jun 2015 22:13:53 +0000 (4 22:13 +0000)
tree04b4edd156d325897155b4382f0659b737e0f2fb
parent63f93328ebffc860030c93a677a2b6d6d3616465
Allow Page to download credentials file from any bucket.

By default Page downloads from public bucket and ignores the credentials file
if not available there. This CL adds a |credentials_bucket| parameter to Page
to specify which bucket to download the credentials file from. By default,
it is the public bucket.

BUG=496261

Review URL: https://codereview.chromium.org/1164933002

Cr-Commit-Position: refs/heads/master@{#332930}
tools/telemetry/telemetry/page/__init__.py