VictoriaMetrics/lib/backup/s3remote
Zakhar Bessarab 2ee91f6c5a
lib/backup/s3remote: add retries for "IncompleteBody" errors
These errors could be caused by intermittent network issues, especially
in case of using proxies when accessing S3 storage. Previously, such
error would abort backup/restore process and require manual intervention
to ensure backups consistency.

This commit adds automatic retries to handle this to improve backups
reliability and resilience to network issues.
2025-03-20 15:36:50 +01:00
..
s3.go lib/backup/s3remote: add retries for "IncompleteBody" errors 2025-03-20 15:36:50 +01:00