mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
When the network between client and s3 server is unstable, the client may encounter temporary io.EOF errors when reading the response from s3 server. Currently, the s3 sdk in vmbackup uses the default retry policy. However, this default retry policy won't retry when s3 sdk meet unexpected EOF. This means that the temporary unexpected EOF error will cause the backup task to fail. fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10699