Fix aws endpoint deprecation

This commit is contained in:
2025-12-04 06:20:19 +01:00
parent 2b64b31393
commit 48b68d3410
2 changed files with 4 additions and 14 deletions

View File

@@ -515,7 +515,6 @@ func (fsa *FsArchive) Iter(loadMetricData bool) <-chan JobContainer {
cclog.Errorf("in %s: %s", filepath.Join(dirpath, startTimeDir.Name()), err.Error())
}
ch <- JobContainer{Meta: job, Data: &data}
cclog.Errorf("in %s: %s", filepath.Join(dirpath, startTimeDir.Name()), err.Error())
} else {
ch <- JobContainer{Meta: job, Data: nil}
}