Home
last modified time | relevance | path

Searched refs:S3PermissionsError (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/devpay/
Dtest_s3.py33 from boto.exception import S3PermissionsError
169 except S3PermissionsError:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
Dtest_connection.py32 from boto.exception import S3PermissionsError, S3ResponseError
187 except S3PermissionsError:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dexception.py63 class S3PermissionsError(StoragePermissionsError): class
Dprovider.py168 STORAGE_PERMISSIONS_ERROR: boto.exception.S3PermissionsError,