You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encounterd an issue. As I was copying code from examples some of them suggested putting error callback in putObject method as 6th argument. TS gives an error, it says that only 5 arguments are expected. Version 7.1.4 and version 8.0.1 give same error.
Hi everyone,
I've encounterd an issue. As I was copying code from examples some of them suggested putting error callback in
putObject
method as 6th argument. TS gives an error, it says that only 5 arguments are expected. Version 7.1.4 and version 8.0.1 give same error.API reference https://min.io/docs/minio/linux/developers/javascript/API.html#putObject
Screenshot of TS suggestions:
From what I see in the code, there is no argument either, so probably docs need an update. Is it a correct repo for this issue then?
The text was updated successfully, but these errors were encountered: