HomeSort by relevance Sort by last modified time
    Searched refs:boto (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/test/functional/ispy/client/
boto_bucket.py 9 # boto is located in depot_tools/third_party/
13 import boto namespace
23 """Interfaces with GS using the boto library."""
33 uri = boto.storage_uri('', 'gs')
38 key = boto.gs.key.Key(self.bucket)
81 # Corrects a bug in boto that incorrectly generates a url
  /external/skia/bench/
gen_bench_ranges.py 25 import boto namespace
105 uri = boto.storage_uri(URI_BUCKET, GOOGLE_STORAGE_URI_SCHEME)
tile_analyze.py 12 import boto namespace
96 uri = boto.storage_uri(URI_BUCKET, GOOGLE_STORAGE_URI_SCHEME)
97 # The boto API does not allow prefix/wildcard matching of Google Storage

Completed in 30 milliseconds