浏览代码

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

tags/v27.1.9rc1
Benjamin Gaussorgues 1 个月前
父节点
当前提交
af18e5ff8a
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      lib/private/Files/ObjectStore/S3ObjectTrait.php

+ 2
- 1
lib/private/Files/ObjectStore/S3ObjectTrait.php 查看文件

@@ -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));
}
}

正在加载...
取消
保存