Searched refs:calling_format (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
D | connection.py | 171 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/ |
D | connection.py | 41 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/ |
D | lss3 | 104 s3 = boto.connect_s3(calling_format=OrdinaryCallingFormat())
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | __init__.py | 547 calling_format=OrdinaryCallingFormat(), 609 calling_format=OrdinaryCallingFormat(),
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
D | mock_storage_service.py | 369 calling_format=NOT_IMPL, argument
|