in src/Factory/S3LinkViewHelperFactory.php [34:39]
public function createService(ServiceLocatorInterface $serviceLocator)
{
$parentLocator = $serviceLocator->getServiceLocator();
return $this($parentLocator, S3Link::class);
}