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/ |
D | mock_storage_service.py | 178 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/ |
D | test_naming.py | 969 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/ |
D | key.py | 405 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/ |
D | copybot.cfg | 57 dst_bucket = <your destination bucket name>
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/ |
D | test_key.py | 145 k.change_storage_class('REDUCED_REDUNDANCY', dst_bucket='yourbucket')
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | storage_uri.py | 700 dst_bucket = self.get_bucket(validate=False, headers=headers) 702 return dst_bucket.copy_key( 710 return dst_bucket.copy_key(
|