VictoriaMetrics/lib/backup
Zakhar Bessarab cb00b4b00f
lib/backup/s3remote: add retryer configuration (#6747)
### Describe Your Changes

This helps to improve reliability of performing backups in environments
with unreliable connection and tolerate temporary errors at S3 provider
side.

See: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6732

Default retry timeout is up to 3 minutes to make this consistent with
the same configuration for GCS:
a05317f61f/lib/backup/gcsremote/gcs.go (L70-L76)

### Checklist

The following checks are **mandatory**:

- [x] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).

---------

Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
2024-08-07 16:55:29 +02:00
..
actions lib/backup: add -s3TLSInsecureSkipVerify command-line flag (#6318) 2024-05-22 13:58:39 +02:00
azremote lib/backup/azremote: follow-up for 5fd3aef549 2024-07-17 17:55:06 +02:00
backupnames fix removing storage data dir before restoring from backup (#598) 2023-07-06 14:16:18 -07:00
common all: replace old https://docs.victoriametrics.com/vmbackup.html url with the new one - https://docs.victoriametrics.com/vmbackup/ 2024-04-18 01:57:04 +02:00
fscommon lib/backup/common: consistently use canonical path with / directory separators at Part.Path 2023-09-18 16:15:34 +02:00
fslocal lib/backup/common: consistently use canonical path with / directory separators at Part.Path 2023-09-18 16:15:34 +02:00
fsnil lib/backup: add MustStop() method for all remote filesystems 2020-10-09 15:32:19 +03:00
fsremote lib/backup/common: consistently use canonical path with / directory separators at Part.Path 2023-09-18 16:15:34 +02:00
gcsremote lib/backup: consistently use path.Join() when constructing paths for s3, gs and azblob 2023-12-04 10:34:39 +02:00
s3remote lib/backup/s3remote: add retryer configuration (#6747) 2024-08-07 16:55:29 +02:00