mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(S3ConfigTrait): Allow proxy field to take false
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
80f8b7c650
commit
69b01a265c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ trait S3ConfigTrait {
|
|||
|
||||
protected int $timeout;
|
||||
|
||||
protected string $proxy;
|
||||
protected string|false $proxy;
|
||||
|
||||
protected string $storageClass;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue