<?php
namespace Container0iKSHv7;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getAmazonS3ServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Services\AmazonS3Service' shared autowired service.
*
* @return \App\Services\AmazonS3Service
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/AmazonS3Service.php';
return $container->privates['App\\Services\\AmazonS3Service'] = new \App\Services\AmazonS3Service('pedidosfree', ['credentials' => ['key' => 'WSTSH7VQSH2IAYXBDHZZ', 'secret' => '01+yUWicWsqxYxRAgDmpXv0VtlWKNDKOF6Zsla6u8tw'], 'region' => 'us-east-1', 'version' => 'latest', 'endpoint' => 'https://sfo2.digitaloceanspaces.com']);
}
}