Drop all deprecated uses of `args` in component factories
swh.storage and swh.objstorage, as well as swh.indexer itself, have deprecated
using an explicit args
in their factories for a while; we can drop them now.
Test Plan
tox doesn't show any deprecation warnings
Migrated from D4481 (view on Phabricator)