| 1 | | Replying to [comment:3 Zancas]: |
| 2 | | > Replying to [comment:2 daira]: |
| 3 | | > > I was actually hoping to get the HTTP error code from the log, but txaws exception messages don't include that. (The error handling in Tahoe-LAFS' S3 code does include it.) |
| 4 | | > |
| 5 | | > Should we put adding HTTP error codes to txaws exceptions into a scrumdo story? |
| 6 | | |
| 7 | | I'd rather eliminate Tahoe-LAFS' dependency on txaws. All of the container implementations for other services are making direct HTTP requests, and {{{S3Container}}} could do the same without a significant increase in code size or complexity (given that we're having to override the HMAC signature computation anyway). |
| | 1 | [deleted; comment was based on an error] |