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

MinIO API documentation error #904

Closed
guaicaiboshi opened this issue Oct 31, 2023 · 0 comments · Fixed by #1010
Closed

MinIO API documentation error #904

guaicaiboshi opened this issue Oct 31, 2023 · 0 comments · Fixed by #1010
Assignees

Comments

@guaicaiboshi
Copy link

https://min.io/docs/minio/linux/developers/dotnet/minio-dotnet.html
builder.Services.AddMinio(configureClient => configureClient .WithEndpoint(endpoint) .WithCredentials(accessKey, secretKey));

Need to build

builder.Services.AddMinio(configureClient => configureClient .WithEndpoint(endpoint) .WithCredentials(accessKey, secretKey).Build());

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

Successfully merging a pull request may close this issue.

4 participants