fix (bkk): specify method name when calling getFilesWithMetadata for compatibility with tornado
getFiles
and getFilesWithMetadata
both relies on the TransferClient
. getFiles
specified the method name, while the other did not. The dips
implementation of the BKK manager only tests for getFiles
and falls back on getFilesWithMetadata
otherwise. The Tornado
implementation tests properly both. So we specify the method name in both cases in the client.
BEGINRELEASENOTES
*BKK
FIX: specify the method name in the getFilesWithMetadata client call
ENDRELEASENOTES