minio / minio-js

MinIO Client SDK for Javascript
https://docs.min.io/docs/javascript-client-quickstart-guide.html
Apache License 2.0
951 stars 277 forks source link

import callbackify #1238

Closed ushastikchb1 closed 11 months ago

ushastikchb1 commented 11 months ago

Hello. I have some projects which use your package. I overrode promisify method to automatically pass a bucket and a region to methods where they are needed. You added callbackify method in one of the latest versions and wrapped to some methods. If I try to update a package version, my code stops working. Could you allow to import "./dist/main/internal/*"? Or may be could you move callbackify.js to another directory?

Thank you.

prakashsvmx commented 11 months ago

Please note, any changes outside of this repo/package needs to be managed on your own. we would not be able to accommodate project specific changes in this repo.

ushastikchb1 commented 11 months ago

Thank you