ibm-functions / package-cloud-object-storage

Deploy a Cloud Object Storage Package for IBM Functions.
Apache License 2.0
2 stars 9 forks source link

Update object-read for NodeJS to return String for Body, to align with Python #21

Closed eweiter closed 6 years ago

eweiter commented 6 years ago

In the Python method for object-read the functions is taking the result and converting it to a String. We should align the NodeJS Action to perform the same way so they have parity.

Users will be able to alter the code to whatever they need so if they need it to return a different value type then they can manipulate the code.