Opened at 2011-11-19T02:38:01Z
Last modified at 2016-06-28T18:17:14Z
#1589 closed defect
S3 backend: when a txaws operation gets an error response, include the full request URI and response body in the exception message — at Initial Version
Reported by: | davidsarah | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.14.0 |
Component: | code-storage | Version: | 1.9.0-s3branch |
Keywords: | error s3-backend txaws reviewed | Cc: | zooko |
Launchpad Bug: |
Description
The exception message shouldn't include secrets (AWS secret key, user token or product token), or data, but the request URI and the body of error responses are short enough to include in full. In particular the response code, which txaws currently drops, would be useful. We don't send any caps in S3 requests.
Note: See
TracTickets for help on using
tickets.