Lines Matching refs:gs
11 python tools/skp/webpages_playback.py --data_store=gs://rmistry --record \
21 python tools/skp/webpages_playback.py --data_store=gs://rmistry \
38 resulting skp renderings, are uploaded to. URLs with scheme 'gs://' use Google
72 GS_PREFIX = 'gs://'
74 PARTNERS_GS_BUCKET = 'gs://chrome-partner-telemetry'
161 self.gs = GoogleStorageDataStore(data_store_location)
163 self.gs = LocalFileSystemDataStore(data_store_location)
212 self.gs.download_file(CREDENTIALS_GS_PATH, CREDENTIALS_FILE_PATH)
216 Please create a credentials file in gs://%s that contains:
362 print('\n\n=======Uploading to %s=======\n\n' % self.gs.target_type())
368 self.gs.upload_dir_contents(
372 posixpath.join(self.gs.target_name(), dest_dir_name,
376 print('\n\n=======Not Uploading to %s=======\n\n' % self.gs.target_type())
471 gs = self.gs
472 if (gs.does_storage_object_exist(wpr_source) and
473 gs.does_storage_object_exist(page_set_source)):
474 gs.download_file(wpr_source, LOCAL_REPLAY_WEBPAGES_ARCHIVE_DIR)
475 gs.download_file(page_set_source,
479 raise Exception('%s and %s do not exist in %s!' % (gs.target_type(),
587 'files. Can be \'gs://<bucket>\' for Google Storage, or '
589 default='gs://skia-skps')