Merge pull request #48034 from nextcloud/backport/48016/stable29

[stable29] fix(S3ConfigTrait): Allow proxy field to take false
This commit is contained in:
John Molakvoæ 2024-09-15 22:12:26 +02:00 committed by GitHub
commit d792bc5a07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ trait S3ConfigTrait {
protected int $timeout;
protected string $proxy;
protected string|false $proxy;
protected string $storageClass;