Add tests and testdata for S3 backend

This commit is contained in:
2024-02-19 09:14:53 +01:00
parent 03a496d477
commit 256d1b85f6
8 changed files with 916 additions and 27 deletions

View File

@@ -509,5 +509,6 @@ func (fsa *FsArchive) ImportJob(
if err := f.Close(); err != nil {
log.Warn("Error while closing data.json file")
}
return err
return nil
}