@@ -23,10 +23,7 @@ |
||
| 23 | 23 | |
| 24 | 24 | namespace OC\Files\ObjectStore; |
| 25 | 25 | |
| 26 | -use Aws\Exception\MultipartUploadException; |
|
| 27 | -use Aws\S3\MultipartUploader; |
|
| 28 | 26 | use Aws\S3\S3Client; |
| 29 | -use Psr\Http\Message\StreamInterface; |
|
| 30 | 27 | |
| 31 | 28 | const S3_UPLOAD_PART_SIZE = 524288000; // 500MB |
| 32 | 29 | |