Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(S3ConfigTrait): Allow proxy field to take false
Signed-off-by: provokateurin <kate@provokateurin.de>
  • Loading branch information
provokateurin authored and backportbot[bot] committed Sep 15, 2024
commit 69b01a265c5802c922bc7eda117e202ff5027f3c
2 changes: 1 addition & 1 deletion lib/private/Files/ObjectStore/S3ConfigTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ trait S3ConfigTrait {

protected int $timeout;

protected string $proxy;
protected string|false $proxy;

protected string $storageClass;

Expand Down