Skip to content

Commit d792bc5

Browse files
authored
Merge pull request #48034 from nextcloud/backport/48016/stable29
[stable29] fix(S3ConfigTrait): Allow proxy field to take false
2 parents c29f1c9 + 2cd8582 commit d792bc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Files/ObjectStore/S3ConfigTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ trait S3ConfigTrait {
3939

4040
protected int $timeout;
4141

42-
protected string $proxy;
42+
protected string|false $proxy;
4343

4444
protected string $storageClass;
4545

0 commit comments

Comments
 (0)