Searched refs:GSConnection (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
D | test_https_cert_validation.py | 46 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/ |
D | testcase.py | 31 from boto.gs.connection import GSConnection 44 self._conn = GSConnection()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
D | connection.py | 32 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/ |
D | test_perfdiag.py | 39 'Credentials', 'gs_host', boto.gs.connection.GSConnection.DefaultHost)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
D | __init__.py | 155 from boto.gs.connection import GSConnection 156 return GSConnection(gs_access_key_id, gs_secret_access_key, **kwargs)
|
D | storage_uri.py | 120 from boto.gs.connection import GSConnection 138 self.connection = GSConnection(access_key_id,
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | util.py | 39 from boto.gs.connection import GSConnection 333 GSConnection.DefaultHost, config, Provider('google'),
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | perfdiag.py | 428 'Credentials', 'gs_host', boto.gs.connection.GSConnection.DefaultHost)
|