shell bypass 403
<?php
namespace ClikIT\Infinite_Uploads\Aws\S3\Exception;
use ClikIT\Infinite_Uploads\Aws\Exception\AwsException;
/**
* Represents an error interacting with the Amazon Simple Storage Service.
*/
class S3Exception extends AwsException {}