Fix high memory consumption when copying files to S3

This commit is contained in:
Ingo Oppermann
2023-04-05 10:30:17 +02:00
parent 0dd4a8fb60
commit 508d82d579
4 changed files with 58 additions and 4 deletions

View File

@@ -26,5 +26,6 @@ func TestMemFromDir(t *testing.T) {
"/s3.go",
"/sized_test.go",
"/sized.go",
"/sizer.go",
}, names)
}