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

Fix fanout response unmarshalable error type #1839

Merged
merged 1 commit into from Jun 15, 2023

Conversation

klauspost
Copy link
Contributor

@klauspost klauspost commented Jun 15, 2023

Type error cannot be JSON unmarshaled, so it should not be used in responses.

Change the type to a string.

Not backwards compatible.

Type `error` cannot be JSON unmarshaled, so it should not be used in responses.

Change the type to a  string.
klauspost added a commit to klauspost/minio that referenced this pull request Jun 15, 2023
Use minio/minio-go#1839

DO NOT MERGE (until above has been merged and replace can be removed)
Copy link
Member

@vadmeste vadmeste left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@harshavardhana harshavardhana merged commit 1685fd8 into minio:master Jun 15, 2023
7 checks passed
@klauspost klauspost deleted the fix-fanout-error branch June 15, 2023 14:53
klauspost added a commit to klauspost/minio that referenced this pull request Jun 15, 2023
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

Successfully merging this pull request may close these issues.

None yet

3 participants