minio/pkg/hash
Klaus Post 216fa57b88
merge nested hash readers (#9582)
The `ioutil.NopCloser(reader)` was hiding nested hash readers.

We make it an `io.Closer` so it can be attached without wrapping 
and allows for nesting, by merging the requests.
2020-05-14 14:01:31 -07:00
..
errors.go merge nested hash readers (#9582) 2020-05-14 14:01:31 -07:00
reader.go merge nested hash readers (#9582) 2020-05-14 14:01:31 -07:00
reader_test.go merge nested hash readers (#9582) 2020-05-14 14:01:31 -07:00