@types/minio package and had problems.Definitions by: in index.d.ts) so they can respond.The getObject and getPartialObject should probably return a NodeJS.ReadableStream stream instead of the base stream.Stream (https://github.com/minio/minio-js/blob/ffd3fdb831777553bafd11f07ed8e8f2624d7816/src/main/minio.js#L362).
Similarly, putObject should probably accept a NodeJS.WritableStream stream instead of a base stream.Stream.
I'll check it out
@adrian-delgado, for putObject uses ReadableStream too, because file is read to pass its content to S3
putObject doc
@adrian-delgado, for
putObjectuses ReadableStream too, because file is read to pass its content to S3
putObject doc
ah yes that makes sense. Thanks for looking into it.
@adrian-delgado, the fix was merged. Please, check if everything is ok for you. If so, please, close the issue.
And thanks for your report!
@barinbritva Everything ok for me. thank you :)