Prakash Senthil Vel

Results 113 comments of Prakash Senthil Vel

Yes. @fflorent . thank you so much.

Please use the latest async await /promise style. The callback style is deprecated. We are migrating to typescript, the migration is still in progress. @d-michail

the CI still looks for tests on old version of node 12 on windows/ubuntu `Test on node 12.x and ubuntu-latest` `Test on node 12.x and windows-latest` We will check this....

I think it requires some admin access at the org level , i will check further.

@aldy505 We can slowly migrate to TS may be on a different branch . So once we have all the tests passing and validate it, we can create a pull...

We could always improve progressively without breaking changes. Because any refactoring would lead to more involved effort.

@victimsss by default the client does not have a timeout. you could try setting `minioClient.setRequestOptions({timeout:500})` if this is set, you would get error for client initilaization. e.g: ``` connect ETIMEDOUT...

with removeObjects the errors if any are returned for each individual objects. as part of `res` and not as part of `e` . so the please take a look. ```js...

We will check and send a fix for this scenario minio.js Line 1207 needs a fix like: ```js (e) => { if (e) { return cb(e, null) } return cb(null,...