Project 'infra/sysadm-environment' was moved to 'swh/infra/sysadm-environment'. Please update any links and bookmarks that may still have the old path.
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)