<?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 getRtc_Copy_StorageService extends App_KernelProdContainer
{
    /*
     * Gets the private 'rtc.copy.storage' shared service.
     *
     * @return \League\Flysystem\Filesystem
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['rtc.copy.storage'] = new \League\Flysystem\Filesystem(new \League\Flysystem\AwsS3V3\AwsS3V3Adapter(($container->privates['Aws\\S3\\S3Client'] ?? $container->load('getS3ClientService')), $container->getEnv('AWS_S3_BUCKET'), 'rtc', 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);
    }
}
