I'm looking to port the existing cloudStorage.js option to the latest version of NR and wanted to know whether it is likely to work as-is within the 'storageModule' config option:
storageModule: require("cloudantStorage");
I am aware that it will need packaging as a module before I can do this, but wanted a view as to whether the code already has the functions needed (realistically this is probably a question for @knolleary as it's his code and is probably only used within IBM).
Thanks