minio / minio-js

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

fix: don't use DEFAULT_REGION for listBuckets method #1248

Closed aldy505 closed 5 months ago

aldy505 commented 9 months ago

Closes #1148

Previously I remembered that I change this line of code to fix that issue. It turns out, I haven't.

Please try to test it with both S3 and MinIO backends.

aldy505 commented 9 months ago

@prakashsvmx @kaankabalak Can we get this reviewed, please?

prakashsvmx commented 9 months ago

i need to validate this with AWS.

aldy505 commented 7 months ago

@prakashsvmx Have you validate this with AWS S3?