clipper/backend/filestore
Rob Watson 176a1cd8c1 Revert "FileStore.PutObject: Accept io.ReadCloser"
This turned out to actually make testing more difficult, as the
FileStore objects are generally mocked themselves and moving the Close()
call inside them introduced IO problems in the test suite.

This reverts commit a063f85eca.
2022-01-03 13:32:39 +01:00
..
testdata Add test coverage for filestore package 2021-12-13 21:13:11 +01:00
fs.go Revert "FileStore.PutObject: Accept io.ReadCloser" 2022-01-03 13:32:39 +01:00
fs_test.go Revert "FileStore.PutObject: Accept io.ReadCloser" 2022-01-03 13:32:39 +01:00
s3.go Revert "FileStore.PutObject: Accept io.ReadCloser" 2022-01-03 13:32:39 +01:00
s3_test.go Revert "FileStore.PutObject: Accept io.ReadCloser" 2022-01-03 13:32:39 +01:00