]> source.dussan.org Git - nextcloud-server.git/commitdiff
Adjust the value of 'maxparts' to 1000
authorRsplwe <i@rsplwe.com>
Sat, 1 Apr 2023 13:20:52 +0000 (21:20 +0800)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Mon, 17 Apr 2023 22:23:19 +0000 (22:23 +0000)
Signed-off-by: Rsplwe <i@rsplwe.com>
lib/private/Files/ObjectStore/S3.php

index ebc8886f12d7bc05ba6a6ef8d6ddbe9ae8b5c93d..964d82ec58178e70230c86a1491c323c360f588b 100644 (file)
@@ -73,7 +73,7 @@ class S3 implements IObjectStore, IObjectStoreMultiPartUpload {
                        'Bucket' => $this->bucket,
                        'Key' => $urn,
                        'UploadId' => $uploadId,
-                       'MaxParts' => 10000
+                       'MaxParts' => 1000
                ]);
                return $parts->get('Parts') ?? [];
        }