VictoriaMetrics/lib/backup
Aliaksandr Valialkin d80d72efec
app/{vmbackup,vmrestore}: switch from gcs://... to gs://... urls for backups to GCS
The `gs://` urls are commonly used, so prefer them instead of `gcs://` urls,
while leaving support for `gcs://` urls for backwards compatibility.
2021-09-29 12:10:29 +03:00
..
actions app/{vmbackup,vmrestore}: switch from gcs://... to gs://... urls for backups to GCS 2021-09-29 12:10:29 +03:00
common lib/backup: increase backup chunk size from 128MB to 1GB 2021-01-13 12:16:35 +02:00
fscommon all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
fslocal lib/backup/fslocal: add FS.MustStop() method for stopping bandwidth limiter 2020-10-09 15:12:03 +03:00
fsnil lib/backup: add MustStop() method for all remote filesystems 2020-10-09 15:32:19 +03:00
fsremote lib/backup: add MustStop() method for all remote filesystems 2020-10-09 15:32:19 +03:00
gcsremote lib/backup: add MustStop() method for all remote filesystems 2020-10-09 15:32:19 +03:00
s3remote adds check for region with custom s3 endpoint (#1465) 2021-07-27 12:35:38 +03:00