-
Notifications
You must be signed in to change notification settings - Fork 647
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
API doc is missing possible values for PutObject.options #841
Comments
here we dont have to say minio.GetObjectOptions{} |
Same for minio.NewArn and minio.NewNotificationConfig |
List of broken docs
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to list all possible contentType values in the minio.PutObjectOptions. As a consumer of api its not clear why i have to set minio.PutObjectOptions. Can it be inferred?
contentType := "application/zip"
The text was updated successfully, but these errors were encountered: