Create s3_error_wrapper
Bug #475571 reported by
Duncan McGreggor
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
txAWS |
Fix Released
|
High
|
Duncan McGreggor |
Bug Description
Once bug #461960 is merged, an S3 wrapper that accomplishes something similar needs to be created and added to the client code in the storage subpackage. It may be possible to generalize some of the logic that is in ec2_error_wrapper such that the S3 error wrapper could use it too.
Related branches
lp://staging/~oubiwann/txaws/475571-s3-error-wrapper
Merged
into
lp://staging/txaws
- Duncan McGreggor: Approve
-
Diff: 956 lines (+428/-304)12 files modifiedLICENSE (+10/-5)
README (+6/-0)
txaws/client/base.py (+37/-0)
txaws/ec2/client.py (+3/-36)
txaws/ec2/exception.py (+4/-108)
txaws/ec2/tests/test_exception.py (+2/-129)
txaws/exception.py (+113/-0)
txaws/s3/client.py (+25/-7)
txaws/s3/exception.py (+21/-0)
txaws/s3/tests/test_exception.py (+62/-0)
txaws/testing/payload.py (+31/-19)
txaws/tests/test_exception.py (+114/-0)
Changed in txaws: | |
importance: | Undecided → High |
Changed in txaws: | |
milestone: | none → 0.1 |
Changed in txaws: | |
assignee: | nobody → Duncan McGreggor (oubiwann) |
status: | New → In Progress |
Changed in txaws: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This has been completed now.