Feature #6280
Updated by Tom Clegg over 9 years ago
Given a collection (as retrieved from the API server via "list" or "get"), the new method (CollectionFileReader?) should return an object that implements the io.Reader interface.
Factors to consider:
* Handle fragmented files correctly ("bar" in "./foo" is the same file as "foo/bar" in ".")
* Fetch data from proxy, disk, or gateway service as appropriate