Home
last modified time | relevance | path

Searched refs:calling_format (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dconnection.py171 calling_format=DefaultCallingFormat, path='/', argument
179 if isinstance(calling_format, six.string_types):
180 calling_format=boto.utils.find_class(calling_format)()
181 self.calling_format = calling_format
348 self.calling_format.build_host(self.server_name(),
357 path = self.calling_format.build_path_base(bucket, key)
358 auth_path = self.calling_format.build_auth_path(bucket, key)
359 host = self.calling_format.build_host(self.server_name(), bucket)
390 auth_path = self.calling_format.build_auth_path(bucket, key)
409 self.calling_format.build_path_base(bucket, key)
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dconnection.py41 calling_format=SubdomainCallingFormat(), path='/', argument
45 host, debug, https_connection_factory, calling_format, path,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dlss3104 s3 = boto.connect_s3(calling_format=OrdinaryCallingFormat())
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
D__init__.py547 calling_format=OrdinaryCallingFormat(),
609 calling_format=OrdinaryCallingFormat(),
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
Dmock_storage_service.py369 calling_format=NOT_IMPL, argument