mirror of
https://github.com/nextcloud/server.git
synced 2026-02-14 00:04:57 -05:00
Merge pull request #52381 from nextcloud/backport/52361/stable30
[stable30] fix(objectstorage): add retry attempts to S3 connection
This commit is contained in:
commit
344e282039
1 changed files with 4 additions and 0 deletions
|
|
@ -106,6 +106,10 @@ trait S3ConnectionTrait {
|
|||
'connect_timeout' => 5
|
||||
],
|
||||
'use_aws_shared_config_files' => false,
|
||||
'retries' => [
|
||||
'mode' => 'standard',
|
||||
'max_attempts' => 5,
|
||||
],
|
||||
];
|
||||
|
||||
if ($this->params['s3-accelerate']) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue