Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ListBucketsAsync should throw exception when the server is not online or response.status is not ok #1137

Open
zhuxb711 opened this issue Jul 17, 2024 · 2 comments

Comments

@zhuxb711
Copy link

Currently ListBucketsAsync simple ignore any exception from the response. Even the mino server is not online.

if (HttpStatusCode.OK == response.StatusCode)

@marwa-elfakir-logi
Copy link

It ignores exceptions even if the minio server doesn't exist

@zhuxb711
Copy link
Author

It ignores exceptions even if the minio server doesn't exist

Yes "any exceptions" including a server that never ever exists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants