<?php

namespace ContainerXAyNPD7;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getEdiVir_SftpService extends App_KernelProdContainer
{
    /*
     * Gets the private 'ediVir.sftp' shared service.
     *
     * @return \League\Flysystem\Filesystem
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['ediVir.sftp'] = new \League\Flysystem\Filesystem(new \League\Flysystem\PhpseclibV3\SftpAdapter(\League\Flysystem\PhpseclibV3\SftpConnectionProvider::fromArray(['password' => $container->getEnv('VIR_SFTP_PASSWORD'), 'privateKey' => NULL, 'passphrase' => NULL, 'port' => 22, 'timeout' => 90, 'hostFingerprint' => NULL, 'connectivityChecker' => NULL, 'preferredAlgorithms' => [], 'directoryPerm' => 484, 'permPrivate' => 448, 'permPublic' => 484, 'permissions' => ['file' => ['public' => 420, 'private' => 384], 'dir' => ['public' => 493, 'private' => 448]], 'host' => $container->getEnv('VIR_SFTP_SERVER'), 'username' => $container->getEnv('VIR_SFTP_LOGIN')]), '', \League\Flysystem\UnixVisibility\PortableVisibilityConverter::fromArray(['file' => ['public' => 420, 'private' => 384], 'dir' => ['public' => 493, 'private' => 448]], 'private')), ['visibility' => NULL, 'directory_visibility' => NULL, 'retain_visibility' => NULL, 'case_sensitive' => true, 'disable_asserts' => false, 'public_url' => NULL], NULL, NULL, NULL);
    }
}
