Skip to content

Commit

Permalink
Bug 2047: Automatically retry when S3 transfer fails with 503 code (S…
Browse files Browse the repository at this point in the history
…low down or Service unavailable)

https://winscp.net/tracker/2047
(cherry picked from commit 00f7c85)

Source commit: 17656959b50d686f01cfe431387c5d2366b8854c
  • Loading branch information
martinprikryl committed Dec 1, 2021
1 parent 876d2ca commit 4d33df6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/core/S3FileSystem.cpp
Expand Up @@ -494,6 +494,7 @@ void TS3FileSystem::CheckLibS3Error(const TLibS3CallbackData & Data, bool FatalO
break;

case S3StatusConnectionFailed:
case S3StatusErrorSlowDown:
FatalCandidate = true;
break;
}
Expand Down

0 comments on commit 4d33df6

Please sign in to comment.