Home
last modified time | relevance | path

Searched refs:GSConnection (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
Dtest_https_cert_validation.py46 from boto.gs.connection import GSConnection
100 self.assertConnectionThrows(GSConnection, exception.GSResponseError)
112 self.assertConnectionThrows(GSConnection, ssl.SSLError)
125 self.assertConnectionThrows(GSConnection, ssl.SSLError)
133 GSConnection, https_connection.InvalidCertificateException)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
Dtestcase.py31 from boto.gs.connection import GSConnection
44 self._conn = GSConnection()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dconnection.py32 class GSConnection(S3Connection): class
43 super(GSConnection, self).__init__(gs_access_key_id, gs_secret_access_key,
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_perfdiag.py39 'Credentials', 'gs_host', boto.gs.connection.GSConnection.DefaultHost)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
D__init__.py155 from boto.gs.connection import GSConnection
156 return GSConnection(gs_access_key_id, gs_secret_access_key, **kwargs)
Dstorage_uri.py120 from boto.gs.connection import GSConnection
138 self.connection = GSConnection(access_key_id,
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dutil.py39 from boto.gs.connection import GSConnection
333 GSConnection.DefaultHost, config, Provider('google'),
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dperfdiag.py428 'Credentials', 'gs_host', boto.gs.connection.GSConnection.DefaultHost)