VictoriaMetrics/lib/backup
Nikolay Khramchikhin 8d71a60a76
Changed s3 configProfile flag default, (#749)
aws sdk has complicated logic for chosing profile name and we shouldn't set
it to `default` value. It leads to bugs and improper configuration.
Set it to empty value by default is safe. It will be automatically set to `default` by sdk.
2020-09-07 21:53:24 +03:00
..
actions Changed s3 configProfile flag default, (#749) 2020-09-07 21:53:24 +03:00
common app/{vmbackup,vmrestore}: add backup complete file to backup when it is complete and check for this file before restoring from backup 2020-01-09 15:35:38 +02:00
fscommon all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
fslocal all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
fsnil all: fix golangci-lint issues 2020-03-10 19:41:46 +02:00
fsremote all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
gcsremote all: use %w instead of %s for wrapping errors in fmt.Errorf 2020-06-30 23:05:11 +03:00
s3remote lib/backup: allow using ~/.aws/config without region 2020-08-04 13:07:59 +03:00