get(AwsSdk::class); return new S3Link($awsSdk->createS3()); } /** * {@inheritDoc} * @return S3Link */ public function createService(ServiceLocatorInterface $serviceLocator) { $parentLocator = $serviceLocator->getServiceLocator(); return $this($parentLocator, S3Link::class); } }