Fixes for cloudstorage migration

This commit is contained in:
Eric Bidelman 2015-07-21 16:24:42 -07:00
Родитель 3e6eac9bcf
Коммит 518b2d0031
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -44,7 +44,7 @@ import settings
# uma.googleplex.com/data/histograms/ids-chrome-histograms.txt
BIGSTORE_BUCKET = '/gs/uma-dashboards/'
BIGSTORE_BUCKET = '/uma-dashboards/'
BIGSTORE_RESTFUL_URI = 'https://uma-dashboards.storage.googleapis.com/'
HISTOGRAMS_URL = 'https://chromium.googlesource.com/chromium/src/+/master/' \
@ -175,7 +175,7 @@ class YesterdayHandler(blobstore_handlers.BlobstoreDownloadHandler):
return
# The file exists; serve it.
blob_key = blobstore.create_gs_key(BIGSTORE_BUCKET + filename)
blob_key = blobstore.create_gs_key('/gs' + BIGSTORE_BUCKET + filename)
blob_reader = blobstore.BlobReader(blob_key, buffer_size=3510000)
try:
result = blob_reader.read()

Просмотреть файл

@ -1,5 +1,5 @@
application: cr-status
version: 2015-07-08
version: 2015-07-21
runtime: python27
threadsafe: true
api_version: 1