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
@@ -176,6 +176,7 @@ class S3Storage extends BaseModel
'http' => [
'connect_timeout' => self::CONNECTION_TIMEOUT_SECONDS,
'timeout' => self::REQUEST_TIMEOUT_SECONDS,
'allow_redirects' => false,
],
]);
// Test the connection by listing files with ListObjectsV2 (S3)