<?php

namespace ContainerRYWeSXx;

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 getStorageLocatorService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Core\Storage\StorageLocator' shared autowired service.
     *
     * @return \App\Core\Storage\StorageLocator
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['Aws\\S3\\S3Client'] ?? $container->load('getS3ClientService'));

        return $container->privates['App\\Core\\Storage\\StorageLocator'] = new \App\Core\Storage\StorageLocator(($container->privates['reflex.storage'] ?? $container->load('getReflex_StorageService')), ($container->privates['teliae.storage'] ?? $container->load('getTeliae_StorageService')), ($container->privates['ediVir.storage'] ?? $container->load('getEdiVir_StorageService')), new \League\Flysystem\Filesystem(new \League\Flysystem\AwsS3V3\AwsS3V3Adapter($a, $container->getEnv('AWS_S3_BUCKET'), 'export', new \League\Flysystem\AwsS3V3\PortableVisibilityConverter('public'), NULL, [], true), ['visibility' => NULL, 'directory_visibility' => NULL, 'case_sensitive' => true, 'disable_asserts' => false, 'public_url' => NULL], NULL, NULL, NULL), ($container->privates['import.storage'] ?? $container->load('getImport_StorageService')), new \League\Flysystem\Filesystem(new \League\Flysystem\AwsS3V3\AwsS3V3Adapter($a, $container->getEnv('AWS_S3_BUCKET'), 'import/done', new \League\Flysystem\AwsS3V3\PortableVisibilityConverter('public'), NULL, [], true), ['visibility' => NULL, 'directory_visibility' => NULL, 'case_sensitive' => true, 'disable_asserts' => false, 'public_url' => NULL], NULL, NULL, NULL), ($container->privates['rtc.copy.storage'] ?? $container->load('getRtc_Copy_StorageService')));
    }
}
