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

Make request_parameters optional #91

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

anjalshireesh
Copy link
Contributor

Some events e.g. s3:Replication:OperationCompletedReplication send 'null' value in request_parameters and the deserialization can fail in such cases ('deault' doesn't help here)

Marking this field as optional will ensure that such events can also be deserialized without any error.

Some events e.g. s3:Replication:OperationCompletedReplication send
'null' value in request_parameters and the deserialization can fail in
such cases ('deault' doesn't help here)

Marking this field as optional will ensure that such events can also be
deserialized without any error.
@anjalshireesh anjalshireesh marked this pull request as ready for review June 5, 2024 14:04
@donatello donatello merged commit 6e1af91 into minio:master Jun 5, 2024
1 check passed
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.

2 participants