mirror of
https://github.com/nextcloud/server.git
synced 2026-04-02 15:45:38 -04:00
Adjust the value of 'maxparts' to 1000
Signed-off-by: Rsplwe <i@rsplwe.com>
This commit is contained in:
parent
06ab4f25eb
commit
ccac296821
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class S3 implements IObjectStore, IObjectStoreMultiPartUpload {
|
|||
'Bucket' => $this->bucket,
|
||||
'Key' => $urn,
|
||||
'UploadId' => $uploadId,
|
||||
'MaxParts' => 10000
|
||||
'MaxParts' => 1000
|
||||
]);
|
||||
return $parts->get('Parts') ?? [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue