listBuckets method throw "InvalidBucketNameError: Invalid bucket name : undefined" · Issue #1384 · minio/minio-js · GitHub
More Web Proxy on the site http://driver.im/
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
Even of that the logic of this feature throw "InvalidBucketNameError: Invalid bucket name : undefined".
An image says more then 1000 words, so here I will attach a image that trace the along this method until get the bug:
The bug is that in the options never is given the "bucketName".
The following image shows that given bugs was previsualized and introduced anyway asing eslint-disable-next-line @typescript-eslint/no-non-null-assertion:
The text was updated successfully, but these errors were encountered:
Please re open with details as there are functional test to cover such scenarios.
Hi bro, i quit using that, because does not work. I just wanted to let u guys know. If u follow the function call, u will see in any part that value is set, so it value is undefined and that's why this fail.
Given method does not expect any parameter as given snippet prove:
async listBuckets(): Promise<BucketItemFromList[]>
Even of that the logic of this feature throw "InvalidBucketNameError: Invalid bucket name : undefined".
An image says more then 1000 words, so here I will attach a image that trace the along this method until get the bug:
The bug is that in the options never is given the "bucketName".
The following image shows that given bugs was previsualized and introduced anyway asing
eslint-disable-next-line @typescript-eslint/no-non-null-assertion
:The text was updated successfully, but these errors were encountered: