HomeSort by relevance Sort by last modified time
    Searched refs:GSConnection (Results 1 - 8 of 8) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
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/boto/gs/
connection.py 32 class GSConnection(S3Connection):
43 super(GSConnection, self).__init__(gs_access_key_id, gs_secret_access_key,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
testcase.py 31 from boto.gs.connection import GSConnection
44 self._conn = GSConnection()
66 """Returns the GSConnection object used to connect to GCS."""
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_perfdiag.py 39 'Credentials', 'gs_host', boto.gs.connection.GSConnection.DefaultHost)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
util.py 39 from boto.gs.connection import GSConnection
333 GSConnection.DefaultHost, config, Provider('google'),
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
__init__.py 152 @rtype: L{GSConnection<boto.gs.connection.GSConnection>}
155 from boto.gs.connection import GSConnection
156 return GSConnection(gs_access_key_id, gs_secret_access_key, **kwargs)
    [all...]
storage_uri.py 120 from boto.gs.connection import GSConnection
138 self.connection = GSConnection(access_key_id,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py 428 'Credentials', 'gs_host', boto.gs.connection.GSConnection.DefaultHost)
    [all...]

Completed in 129 milliseconds