Hi,
I am experiencing a small issue with the minio client types. I am trying to call a few functions like getObject, listObjects and copyObject but the type definitions seem to be incomplete.
As an example I am using
client.getObject(bucket, uuId, { versionId: 'myversion' })
The underlying implementation supports the call, but the type does not, assuming that I always use a callback for the 3rd parameter. Am I missing something obvious here, or is it just a bug in the types definition? If it is, I can possibly send a PR.
Hi,
I am experiencing a small issue with the minio client types. I am trying to call a few functions like
getObject,listObjectsandcopyObjectbut the type definitions seem to be incomplete.As an example I am using
The underlying implementation supports the call, but the type does not, assuming that I always use a callback for the 3rd parameter. Am I missing something obvious here, or is it just a bug in the types definition? If it is, I can possibly send a PR.