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

  /tools/acloud/internal/lib/
gstorage_client.py 45 def Get(self, bucket_name, object_name):
49 bucket_name: String, google cloud storage bucket name.
55 request = self.service.objects().get(bucket=bucket_name,
59 def List(self, bucket_name, prefix=None):
63 bucket_name: String, google cloud storage bucket name.
71 logger.debug("Listing storage bucket: %s, prefix: %s", bucket_name,
75 bucket=bucket_name,
79 def Upload(self, local_src, bucket_name, object_name, mime_type):
84 bucket_name: string, google cloud storage bucket name.
92 local_src, bucket_name, object_name
    [all...]
  /tools/acloud/public/
device_driver_test.py 244 bucket_name=cfg.storage_bucket_name)
246 bucket_name=cfg.storage_bucket_name,
device_driver.py 143 bucket_name=self._cfg.storage_bucket_name,
553 items = storage_client.List(bucket_name=cfg.storage_bucket_name)
561 bucket_name=cfg.storage_bucket_name,
  /external/autotest/frontend/afe/
moblab_rpc_interface.py 934 def _run_bucket_performance_test(key_id, key_secret, bucket_name,
    [all...]

Completed in 4945 milliseconds