@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php namespace AwsHelper; |
2 | 2 | |
3 | 3 | use Aws\S3\S3Client; |
4 | -use Aws\S3\Exception\S3Exception; |
|
5 | 4 | |
6 | 5 | class S3Helper |
7 | 6 | { |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php namespace AwsHelper; |
2 | 2 | |
3 | 3 | use Aws\Sqs\SqsClient; |
4 | -use Aws\S3\Exception\S3Exception; |
|
5 | 4 | |
6 | 5 | class SqsHelper |
7 | 6 | { |