Make ArchiveStorage() accept a StorageInterface object as argument
instead of the parameters to pass to the get_storage() factory function. This will help for writing tests, since the storage is usually instanciated by a pytest fixture.
Depends on !5 (closed).
Migrated from D5099 (view on Phabricator)