Completed
Pull Request — master (#6975)
by Robin
13:17
created
lib/private/Files/ObjectStore/S3ObjectTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.