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