Home
last modified time | relevance | path

Searched refs:S3ResponseError (Results 1 – 15 of 15) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
Dtest_encryption.py30 from boto.exception import S3ResponseError
94 except S3ResponseError:
103 except S3ResponseError:
Dtest_connection.py32 from boto.exception import S3PermissionsError, S3ResponseError
220 except S3ResponseError:
229 except S3ResponseError as e:
242 except S3ResponseError as e:
Dtest_mfa.py33 from boto.exception import S3ResponseError
76 except S3ResponseError:
Dtest_cors.py32 from boto.exception import S3ResponseError
77 except S3ResponseError:
Dtest_https_cert_validation.py99 self.assertConnectionThrows(S3Connection, exception.S3ResponseError)
Dtest_bucket.py33 from boto.exception import S3ResponseError
154 except S3ResponseError as e:
Dtest_versioning.py31 from boto.exception import S3ResponseError
Dtest_multidelete.py35 from boto.exception import S3ResponseError
Dtest_key.py35 from boto.exception import S3ResponseError
147 except S3ResponseError:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
Dtest_connection.py29 from boto.s3.connection import S3ResponseError, Bucket
207 with self.assertRaises(S3ResponseError) as cm:
218 with self.assertRaises(S3ResponseError) as cm:
229 with self.assertRaises(S3ResponseError) as cm:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dlss33 from boto.exception import S3ResponseError
66 except S3ResponseError as e:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
Dsdbmanager.py30 from boto.exception import SDBPersistenceError, S3ResponseError
369 except S3ResponseError as e:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dexception.py315 class S3ResponseError(StorageResponseError): class
Dprovider.py169 STORAGE_RESPONSE_ERROR: boto.exception.S3ResponseError,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dconnection.py37 from boto.exception import BotoClientError, S3ResponseError