We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add and configure MinIo client with invalid credentials (AccessKey or SecretKey)
Call GetObjectAsync: await minioClient.GetObjectAsync(args);
await minioClient.GetObjectAsync(args);
No exception throws, returns ObjectStat with empty values
Return AccessDeniedException Working properly with version 6.0.1
Minio 6.0.2
The text was updated successfully, but these errors were encountered:
Hi @csireszabolcs,
You are right. It needs to be fixed.
Sorry, something went wrong.
It's the same issue described in #1041 with an active PullRequest #1057.
RequestExtensions
ebozduman
No branches or pull requests
Steps To Reproduce
Add and configure MinIo client with invalid credentials (AccessKey or SecretKey)
Call GetObjectAsync:
await minioClient.GetObjectAsync(args);
No exception throws, returns ObjectStat with empty values
Expected behavior
Return AccessDeniedException
Working properly with version 6.0.1
Version
Minio 6.0.2
The text was updated successfully, but these errors were encountered: