addes storage-list and some supporting logic in storage-read

This commit is contained in:
Peter Svensson
2019-07-07 10:32:47 +02:00
parent e248109ffc
commit 20bbb3c8ef
7 changed files with 170 additions and 13 deletions

View File

@ -38,6 +38,8 @@ module.exports = function(RED) {
credentials: this.credentials
})
global.set('cloud-storage', s)
//s = new Storage()
}
}