Merge remote-tracking branch 'origin/next' into improve-s3-storage-handling

This commit is contained in:
Andras Bacsai
2026-07-02 15:06:11 +02:00
49 changed files with 1979 additions and 257 deletions
+1
View File
@@ -75,6 +75,7 @@ test('S3Storage connection validation uses short s3 client timeouts', function (
->with(Mockery::on(function (array $config) {
expect($config['http']['connect_timeout'])->toBe(15);
expect($config['http']['timeout'])->toBe(15);
expect($config['http']['allow_redirects'])->toBeFalse();
return true;
}))