Home
last modified time | relevance | path

Searched refs:DEFAULT_PART_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
Dutils.py30 DEFAULT_PART_SIZE = 4 * _MEGABYTE variable
34 def minimum_part_size(size_in_bytes, default_part_size=DEFAULT_PART_SIZE):
Dconcurrent.py31 from boto.glacier.utils import DEFAULT_PART_SIZE, minimum_part_size, \
43 def __init__(self, part_size=DEFAULT_PART_SIZE, num_threads=10):
86 def __init__(self, api, vault_name, part_size=DEFAULT_PART_SIZE,
279 def __init__(self, job, part_size=DEFAULT_PART_SIZE,
Dvault.py30 from boto.glacier.utils import minimum_part_size, DEFAULT_PART_SIZE
43 DefaultPartSize = DEFAULT_PART_SIZE