<?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 getS3ClientService extends App_KernelProdContainer
{
    /*
     * Gets the private 'Aws\S3\S3Client' shared autowired service.
     *
     * @return \Aws\S3\S3Client
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['Aws\\S3\\S3Client'] = \App\External\Aws\RoleAssumedFactory::create('Aws\\S3\\S3Client', 'latest', 'eu-west-3', $container->getEnv('AWS_KEY'), $container->getEnv('AWS_SECRET'), $container->getEnv('AWS_ARN'), 's3');
    }
}
