mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 09:37:29 -04:00
Merge pull request #48034 from nextcloud/backport/48016/stable29
[stable29] fix(S3ConfigTrait): Allow proxy field to take false
This commit is contained in:
commit
d792bc5a07
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ trait S3ConfigTrait {
|
|||
|
||||
protected int $timeout;
|
||||
|
||||
protected string $proxy;
|
||||
protected string|false $proxy;
|
||||
|
||||
protected string $storageClass;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue