You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getBucketRegionAsync implementation is little different.. it automatically infers/fetches the region if possible from the response else falls back to default region.
alxndrsn
pushed a commit
to alxndrsn/minio-js
that referenced
this issue
Apr 3, 2025
getBucketRegionAsync implementation is little different.. it automatically infers/fetches the region if possible from the response else falls back to default region.
Line 739 of src/internal/client.ts always throws, so line 740 is never executed. I have opened a PR at #1401 to try to demonstrate the problem more clearly.
parseResponseError()
throws rather than returns it's result atminio-js/src/internal/xml-parser.ts
Lines 117 to 119 in d8c6721
This means that at
minio-js/src/internal/client.ts
Lines 739 to 741 in d8c6721
makeRequestStreamAsync()
does not callthis.logHTTP()
at line 740.I noticed this, as
?location
requests do not seem to emitclose
events.The text was updated successfully, but these errors were encountered: