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
Hi,
In the doc: https://min.io/docs/minio/linux/developers/dotnet/API.html#constructors it is possible not to define the accessKey and the secretKey for anonymous access. This constructor no longer exists in package version 5.0.0.
5.0.0
I have to set WithCredentials otherwise I get an exception: MinIO API responded with message=User Access Credentials not initialized.
WithCredentials
MinIO API responded with message=User Access Credentials not initialized.
Is there still a way to have anonymous access with this package ?
The text was updated successfully, but these errors were encountered:
did you find a solution to this problem?
Sorry, something went wrong.
Another lib
No branches or pull requests
Hi,
In the doc: https://min.io/docs/minio/linux/developers/dotnet/API.html#constructors it is possible not to define the accessKey and the secretKey for anonymous access. This constructor no longer exists in package version
5.0.0
.I have to set
WithCredentials
otherwise I get an exception:MinIO API responded with message=User Access Credentials not initialized.
Is there still a way to have anonymous access with this package ?
The text was updated successfully, but these errors were encountered: