use `objstorage is None` instead of `not objstorage`
bool(objstorage)
uses len(objstorage) != 0
, which takes "a little bit"
of time on non-trivial objstorages...
Test Plan
the staging objstorages are not on fire anymore
Migrated from D7289 (view on Phabricator)