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

Consider Object Read return value #6

Closed bvennam closed 6 years ago

bvennam commented 6 years ago

Should we convert to utf-string? Looks like buffer gets nicely converted into json string, but will all file types be a buffer? Will this always work?

eweiter commented 6 years ago

We had decided to default to returning a String. Since the code will ultimately live in the user's space they are able to change it to whatever they need.

For that reason I am closing this issue.