feat(backends/s3): add warmup support for check command (#5248)

This commit is contained in:
Gilbert Gilb's
2026-06-25 20:46:55 +02:00
committed by GitHub
parent 4e8eea7ab4
commit db03aed816
9 changed files with 76 additions and 16 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ func TestCheckRepo(t testing.TB, repo *Repository) {
errChan = make(chan error)
go chkr.ReadPacks(context.TODO(), func(packs map[restic.ID]int64) map[restic.ID]int64 {
return packs
}, restic.NoopCounter, errChan)
}, restic.NewNoopPrinter(), errChan)
for err := range errChan {
t.Error(err)