@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace League\Flysystem\AwsS3v3; |
4 | 4 | |
5 | +use Aws\CloudFront\UrlSigner; |
|
5 | 6 | use Aws\Result; |
6 | 7 | use Aws\S3\Exception\DeleteMultipleObjectsException; |
7 | 8 | use Aws\S3\Exception\S3Exception; |
8 | 9 | use Aws\S3\Exception\S3MultipartUploadException; |
9 | 10 | use Aws\S3\S3Client; |
10 | 11 | use Aws\S3\S3ClientInterface; |
11 | -use Aws\CloudFront\UrlSigner; |
|
12 | 12 | |
13 | 13 | use League\Flysystem\AdapterInterface; |
14 | 14 | use League\Flysystem\Adapter\AbstractAdapter; |