Completed
Pull Request — master (#8033)
by Robin
76:02 queued 56:06
created
lib/private/Files/ObjectStore/S3ObjectTrait.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,10 +23,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.