HomeSoftware Heritage

Deprecate the `args` argument to get_objstorage in favor of kwargs

Description

Deprecate the args argument to get_objstorage in favor of kwargs

This makes get_objstorage consistent with most of the other get_foo factories
available in other swh modules.

We will need to do a pass to drop the few hundred args that are used
currently.