Merge pull request #44052 from nextcloud/backport/43086/stable27

pull/44920/head
Benjamin Gaussorgues 1 month ago committed by GitHub
commit af18e5ff8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save