aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-09-15 15:23:43 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-09-15 17:18:15 +0000
commit2cd85824674a288e19a54e9e2c1893a2e5e6b562 (patch)
tree5160ce9b83556a7db834341acfee4288bfa18b25 /lib/private/Files/ObjectStore
parenta8f576ce111dd9de904bdd8e22e16ebf7cf63272 (diff)
downloadnextcloud-server-2cd85824674a288e19a54e9e2c1893a2e5e6b562.tar.gz
nextcloud-server-2cd85824674a288e19a54e9e2c1893a2e5e6b562.zip
fix(S3ConfigTrait): Allow proxy field to take falsebackport/48016/stable29
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'lib/private/Files/ObjectStore')
-rw-r--r--lib/private/Files/ObjectStore/S3ConfigTrait.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/ObjectStore/S3ConfigTrait.php b/lib/private/Files/ObjectStore/S3ConfigTrait.php
index a5a8d9c3506..17b342b6a75 100644
--- a/lib/private/Files/ObjectStore/S3ConfigTrait.php
+++ b/lib/private/Files/ObjectStore/S3ConfigTrait.php
@@ -39,7 +39,7 @@ trait S3ConfigTrait {
protected int $timeout;
- protected string $proxy;
+ protected string|false $proxy;
protected string $storageClass;