fPutObject() is no return value
monkeykingblack opened this issue · 2 comments
monkeykingblack commented
I am currently using the latest version 8.0.1. When I use the fPutObject
function, I don't receive the return result like I used to in version 7.1.3. When I look inside the SDK, I see that the final result uses the putObject
function but there is no return statement.
Is this a new feature or what that I am missing?
prakashsvmx commented
Thank you for reporting @monkeykingblack ,
i have sent a PR #1346 to return the values
monkeykingblack commented
Thank you for reporting @monkeykingblack ,
i have sent a PR #1346 to return the values
Thank you