scality / ScalitySproxydSwift

Scality sproxyd driver for OpenStack Swift
Apache License 2.0
5 stars 0 forks source link

Fix `ObjectController` API-compatibility #189

Closed NicolasT closed 8 years ago

NicolasT commented 8 years ago

In Swift master, the prototype of the REQUEST method of the ObjectController changed API, taking a ctrl argument now (introduced by the timing_stats decorator).

This commit adds the argument to 'our' ObjectController to restore compatibility.