Merge pull request #44053 from nextcloud/backport/43086/stable28

This commit is contained in:
John Molakvoæ 2024-03-19 09:14:58 +01:00 committed by GitHub
commit 6209b6e304
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -212,7 +212,8 @@ trait S3ObjectTrait {
$copy->copy();
} else {
$this->getConnection()->copy($this->getBucket(), $from, $this->getBucket(), $to, 'private', array_merge([
'params' => $this->getSSECParameters() + $this->getSSECParameters(true)
'params' => $this->getSSECParameters() + $this->getSSECParameters(true),
'mup_threshold' => PHP_INT_MAX,
], $options));
}
}