Changes between Initial Version and Version 1 of Ticket #1589
- Timestamp:
- 2011-11-19T16:30:53Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1589
- Property Summary changed from S3 backend: when a txaws operation gets an error response, include the full request URI and response body in the exception message to S3 backend: when a txaws operation gets an error response, include the full request URI and response body in the exception message, and maybe trigger an incident
-
Ticket #1589 – Description
initial v1 1 1 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. 2 3 It would also be useful to trigger an incident for errors that we don't understand or haven't seen before (probably based on the HTTP response code).