The BlobStoreFactory constructor needs an LBFactory
authorTim Starling <tstarling@wikimedia.org>
Wed, 22 Aug 2018 06:47:04 +0000 (16:47 +1000)
committerTim Starling <tstarling@wikimedia.org>
Wed, 22 Aug 2018 06:47:04 +0000 (16:47 +1000)
commitf2f82dcb948811ac5abc1beda4431822c99e76cf
treeecb6f1cad55a626f772b0828d449eb9dac0dde05
parentf1480bac4cf1a7c53bcfbde735845f59b87559ef
The BlobStoreFactory constructor needs an LBFactory

BlobStoreFactory::newBlobStore() takes a wiki ID as a parameter, so it
needs an LBFactory to fetch the correct LoadBalancer from.

Bug: T202483
Change-Id: I834cd95251d76cb862600362525faf60d4e170b9
includes/ServiceWiring.php
includes/Storage/BlobStoreFactory.php