Home
last modified time | relevance | path

Searched refs:dst_bucket (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
Dmock_storage_service.py178 dst_bucket = self.bucket.connection.get_bucket(dst_bucket_name)
179 return dst_bucket.copy_key(dst_key, self.bucket.name,
572 dst_bucket = self.get_bucket()
573 return dst_bucket.copy_key(new_key_name=self.object_name,
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_naming.py969 dst_bucket = self.CreateBucket()
974 suri(dst_bucket, 'dst_subdir%d' % i)])
977 suri(dst_bucket, '**')).IterAll(expand_top_level_buckets=True))
981 expected = set([suri(dst_bucket, 'dst_subdir0', 'foo2'),
982 suri(dst_bucket, 'dst_subdir1', 'foo2'),
983 suri(dst_bucket, 'dst_subdir0', 'nested', 'foo3'),
984 suri(dst_bucket, 'dst_subdir1', 'nested', 'foo3')])
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dkey.py405 def change_storage_class(self, new_storage_class, dst_bucket=None, argument
429 bucket_name = dst_bucket or self.bucket.name
442 def copy(self, dst_bucket, dst_key, metadata=None, argument
489 dst_bucket = self.bucket.connection.lookup(dst_bucket,
495 return dst_bucket.copy_key(dst_key, self.bucket.name,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dcopybot.cfg57 dst_bucket = <your destination bucket name>
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
Dtest_key.py145 k.change_storage_class('REDUCED_REDUNDANCY', dst_bucket='yourbucket')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dstorage_uri.py700 dst_bucket = self.get_bucket(validate=False, headers=headers)
702 return dst_bucket.copy_key(
710 return dst_bucket.copy_key(