@@ -24,7 +24,6 @@ |
||
24 | 24 | use Aws\Exception\MultipartUploadException; |
25 | 25 | use Aws\S3\MultipartUploader; |
26 | 26 | use Aws\S3\S3Client; |
27 | -use Psr\Http\Message\StreamInterface; |
|
28 | 27 | |
29 | 28 | const S3_UPLOAD_PART_SIZE = 524288000; // 500MB |
30 | 29 |