mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-21 06:26:22 +00:00
Merge remote-tracking branch 'origin/next' into improve-s3-storage-handling
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user