VictoriaMetrics/lib/backup
Aliaksandr Valialkin 9f94c295ab
all: use os.{Read|Write}File instead of ioutil.{Read|Write}File
The ioutil.{Read|Write}File is deprecated since Go1.16 -
see https://tip.golang.org/doc/go1.16#ioutil

VictoriaMetrics needs at least Go1.18, so it is safe to remove ioutil usage
from source code.

This is a follow-up for 02ca2342ab
2022-08-21 23:52:35 +03:00
..
actions lib/backup/actions: rename removeLockFile -> removeRestoreLock to have consistent naming with createRestoreLock function 2022-08-04 17:42:43 +03:00
common removes FileSize from backup part key (#1872) 2021-12-01 11:01:28 +02:00
fscommon adds restore.lock (#1988) 2021-12-22 13:10:15 +02: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 all: use os.{Read|Write}File instead of ioutil.{Read|Write}File 2022-08-21 23:52:35 +03:00
gcsremote lib/backup: add MustStop() method for all remote filesystems 2020-10-09 15:32:19 +03:00
s3remote Add flag of S3ForcePathStyle (#1802) 2021-11-17 01:03:03 +02:00