Procházet zdrojové kódy

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

tags/v27.1.9rc1
Benjamin Gaussorgues před 1 měsícem
rodič
revize
af18e5ff8a
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      lib/private/Files/ObjectStore/S3ObjectTrait.php

+ 2
- 1
lib/private/Files/ObjectStore/S3ObjectTrait.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit