apache/airavata-mft

Allow downloading a path within a resource

Closed this issue · 2 comments

Similar to how getFileResourceMetadata can be called with a childPath parameter, there should be a way to specify a path when making a http download request.

Hi @DImuthuUpe , I realized there wasn't an issue for this so I created one.

@machristie this should be fixed in 7c866be. There is a childResourePath field in the download api and put the relative path of the child resource or keep an empty string if you don't use that field.