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

add static modifier to S3EventNotification from method with InputStream #5780

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

L-Applin
Copy link
Contributor

@L-Applin L-Applin commented Jan 8, 2025

Fixes #5773

Motivation and Context

static modifier was missing from the from(InputStream) method for creating S3EventNotification instances.

Modifications

Added missing static modifier to from(InputStream) method

Testing

Added unit test.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

@L-Applin L-Applin requested a review from a team as a code owner January 8, 2025 18:04
@L-Applin L-Applin changed the title fromInputStream static method for S3EventNotification add static modifier to S3EventNotification from method with InputStream Jan 9, 2025
@L-Applin L-Applin enabled auto-merge January 9, 2025 17:37
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.

S3EventNotification is missing static factory method accepting InputStream
2 participants