Searched refs:bucket2 (Results 1 – 5 of 5) sorted by relevance
107 bucket2 = self.CreateBucket()114 json_text = self.RunGsUtil(self._defacl_get_prefix + [suri(bucket2)],120 suri(bucket1), suri(bucket2)])124 json_text = self.RunGsUtil(self._defacl_get_prefix + [suri(bucket2)],
274 bucket2 = self._MakeBucket()276 bucket_name_2 = bucket2.name279 bucket2 = self._GetConnection().get_bucket(bucket_name_2)290 k2 = bucket2.lookup(key_name)291 self.assertIsInstance(k2, bucket2.key_class)303 bucket2.delete_key(k2)
179 def Move(bucket1, bucket2, remote_path): argument181 url2 = 'gs://%s/%s' % (bucket2, remote_path)
849 const Hash_Word *const bucket2 = &hash2[2]; \ in hash_content_equivalent()850 const Hash_Word *const chain2 = &bucket2[nbucket]; \ in hash_content_equivalent()858 if (bucket1[i] >= nchain || bucket2[i] >= nchain) \ in hash_content_equivalent()869 for (size_t p = bucket2[i]; p != STN_UNDEF; p = chain2[p]) \ in hash_content_equivalent()
1012 1. gsutil cp -r gs://bucket1 gs://bucket2 would create objects in bucket21014 gs://bucket2/obj#1361417568482000, where the "#1361417568482000" part was