objstorage: allow use of file-like objects for streaming methods
Currently the objstorage {get,set}_stream methods take and return an iterator. It would be way better to have them also take and return a file-like object, that could be written like this:
Migrated from T805 (view on Phabricator)