Home
last modified time | relevance | path

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

12

/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/integration/s3/
H A Dtest_https_cert_validation.py48 from boto.gs.connection import GSConnection
106 self.assertConnectionThrows(GSConnection, exception.GSResponseError)
118 self.assertConnectionThrows(GSConnection, ssl.SSLError)
131 self.assertConnectionThrows(GSConnection, ssl.SSLError)
139 GSConnection, https_connection.InvalidCertificateException)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/tests/integration/s3/
H A Dtest_https_cert_validation.py48 from boto.gs.connection import GSConnection
106 self.assertConnectionThrows(GSConnection, exception.GSResponseError)
118 self.assertConnectionThrows(GSConnection, ssl.SSLError)
131 self.assertConnectionThrows(GSConnection, ssl.SSLError)
139 GSConnection, https_connection.InvalidCertificateException)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/integration/s3/
H A Dtest_https_cert_validation.py48 from boto.gs.connection import GSConnection
106 self.assertConnectionThrows(GSConnection, exception.GSResponseError)
118 self.assertConnectionThrows(GSConnection, ssl.SSLError)
131 self.assertConnectionThrows(GSConnection, ssl.SSLError)
139 GSConnection, https_connection.InvalidCertificateException)
/dports/devel/py-boto/boto-2.49.0/tests/integration/s3/
H A Dtest_https_cert_validation.py48 from boto.gs.connection import GSConnection
106 self.assertConnectionThrows(GSConnection, exception.GSResponseError)
118 self.assertConnectionThrows(GSConnection, ssl.SSLError)
131 self.assertConnectionThrows(GSConnection, ssl.SSLError)
139 GSConnection, https_connection.InvalidCertificateException)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/gs/
H A Dconnection.py33 class GSConnection(S3Connection): class
44 super(GSConnection, self).__init__(gs_access_key_id, gs_secret_access_key,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/gs/
H A Dconnection.py32 class GSConnection(S3Connection): class
43 super(GSConnection, self).__init__(gs_access_key_id, gs_secret_access_key,
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/gs/
H A Dconnection.py33 class GSConnection(S3Connection): class
44 super(GSConnection, self).__init__(gs_access_key_id, gs_secret_access_key,
/dports/devel/py-boto/boto-2.49.0/boto/gs/
H A Dconnection.py32 class GSConnection(S3Connection): class
43 super(GSConnection, self).__init__(gs_access_key_id, gs_secret_access_key,
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/integration/gs/
H A Dtestcase.py31 from boto.gs.connection import GSConnection
44 self._conn = GSConnection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/tests/integration/gs/
H A Dtestcase.py31 from boto.gs.connection import GSConnection
44 self._conn = GSConnection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/integration/gs/
H A Dtestcase.py31 from boto.gs.connection import GSConnection
44 self._conn = GSConnection()
/dports/devel/py-boto/boto-2.49.0/tests/integration/gs/
H A Dtestcase.py31 from boto.gs.connection import GSConnection
44 self._conn = GSConnection()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/utils/
H A Dboto_util.py36 from boto.gs.connection import GSConnection
346 valid_auth_handler = boto.auth.get_auth_handler(GSConnection.DefaultHost,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/utils/
H A Dboto_util.py36 from boto.gs.connection import GSConnection
337 valid_auth_handler = boto.auth.get_auth_handler(GSConnection.DefaultHost,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/tests/
H A Dtest_perfdiag.py40 'Credentials', 'gs_host', boto.gs.connection.GSConnection.DefaultHost)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/
H A D__init__.py155 from boto.gs.connection import GSConnection
156 return GSConnection(gs_access_key_id, gs_secret_access_key, **kwargs)
H A Dstorage_uri.py120 from boto.gs.connection import GSConnection
138 self.connection = GSConnection(access_key_id,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/
H A D__init__.py155 from boto.gs.connection import GSConnection
156 return GSConnection(gs_access_key_id, gs_secret_access_key, **kwargs)
H A Dstorage_uri.py120 from boto.gs.connection import GSConnection
138 self.connection = GSConnection(access_key_id,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/
H A D__init__.py155 from boto.gs.connection import GSConnection
156 return GSConnection(gs_access_key_id, gs_secret_access_key, **kwargs)
H A Dstorage_uri.py120 from boto.gs.connection import GSConnection
138 self.connection = GSConnection(access_key_id,
/dports/devel/py-boto/boto-2.49.0/boto/
H A D__init__.py155 from boto.gs.connection import GSConnection
156 return GSConnection(gs_access_key_id, gs_secret_access_key, **kwargs)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/tests/
H A Dtest_perfdiag.py50 boto.gs.connection.GSConnection.DefaultHost)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/tests/
H A Dtest_perfdiag.py50 boto.gs.connection.GSConnection.DefaultHost)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dutil.py46 from boto.gs.connection import GSConnection
637 GSConnection.DefaultHost, config, Provider('google'),

12