Merge pull request #52382 from nextcloud/backport/52361/stable31

[stable31] fix(objectstorage): add retry attempts to S3 connection
pull/52101/head
Andy Scherzinger 2025-04-23 22:54:40 +07:00 committed by GitHub
commit a6cc47a897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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']) {