mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
Merge pull request #44053 from nextcloud/backport/43086/stable28
This commit is contained in:
commit
6209b6e304
1 changed files with 2 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue