put_object obscures reason when if fails
Bug #1081746 reported by
David Kranz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-swiftclient |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
The Connection class has reset/retry logic that cannot work with ordinary put_object. So put_object raises a ClientException
if the put fails. But the code in put_object.
To post a comment you must log in.
This would certainly still seem to be the case for 500 errors and possibly some 498 errors in the case that put_object. _default_ reset is in use.