c-w opened a new pull request #1397: Enable `ex_prefix` to be passed via all storage SDK methods URL: https://github.com/apache/libcloud/pull/1397 ## Enable `ex_prefix` to be passed via all storage SDK methods ### Description There currently is an inconsistency in the storage SDK methods to list/iterate container objects since according to method signatures in the storage base classes `ex_prefix` can only be provided via `driver.list_container_objects` but not via `driver.iterate_container_objects`, `container.list_objects`, or `container.iterate_objects`. This pull request fixes this inconsistency by adding `ex_prefix` to all the method signatures and also implements `ex_prefix` for the local storage provider. ### Status - done, ready for review ### Checklist (tick everything that applies) - [x] Code linting ([build passed](https://travis-ci.org/CatalystCode/libcloud/builds/629544380)) - [x] Documentation (updated existing docstrings) - [x] Tests (updated existing tests) - [x] ICLA ([committer](http://people.apache.org/phonebook.html?uid=clewolff))
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
