Searched refs:S3ResponseError (Results 1 – 15 of 15) sorted by relevance
30 from boto.exception import S3ResponseError94 except S3ResponseError:103 except S3ResponseError:
32 from boto.exception import S3PermissionsError, S3ResponseError220 except S3ResponseError:229 except S3ResponseError as e:242 except S3ResponseError as e:
33 from boto.exception import S3ResponseError76 except S3ResponseError:
32 from boto.exception import S3ResponseError77 except S3ResponseError:
99 self.assertConnectionThrows(S3Connection, exception.S3ResponseError)
33 from boto.exception import S3ResponseError154 except S3ResponseError as e:
31 from boto.exception import S3ResponseError
35 from boto.exception import S3ResponseError
35 from boto.exception import S3ResponseError147 except S3ResponseError:
29 from boto.s3.connection import S3ResponseError, Bucket207 with self.assertRaises(S3ResponseError) as cm:218 with self.assertRaises(S3ResponseError) as cm:229 with self.assertRaises(S3ResponseError) as cm:
3 from boto.exception import S3ResponseError66 except S3ResponseError as e:
30 from boto.exception import SDBPersistenceError, S3ResponseError369 except S3ResponseError as e:
315 class S3ResponseError(StorageResponseError): class
169 STORAGE_RESPONSE_ERROR: boto.exception.S3ResponseError,
37 from boto.exception import BotoClientError, S3ResponseError