Skip to content

Commit

Permalink
Temporarily disable siwftTempUrlKey
Browse files Browse the repository at this point in the history
To see if this fixes T10762.
  • Loading branch information
paladox committed Jun 2, 2023
1 parent a91692b commit be054bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileBackend.php
Expand Up @@ -10,7 +10,7 @@
'swiftStorageUrl' => 'https://swift-lb.miraheze.org/v1/AUTH_mw',
'swiftUser' => 'mw:media',
'swiftKey' => $wmgSwiftPassword,
'swiftTempUrlKey' => $wmgSwiftTempUrlKey,
'swiftTempUrlKey' => '',
'parallelize' => 'implicit',
'cacheAuthInfo' => true,
'readAffinity' => true,
Expand Down

0 comments on commit be054bc

Please sign in to comment.