fix(objectstorage): add retry attempts to S3 connection

Signed-off-by: Anna Larch <anna@nextcloud.com>
pull/52381/head
Anna Larch 2025-04-22 17:35:33 +07:00 committed by backportbot[bot]
parent 6b0fe83ba8
commit cae5c4f02b
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']) {