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

AWS SDK for JavaのlistObjectsV2リクエストを送るとレスポンスの一部でNPEが発生する #14

Closed
tttol opened this issue Jul 16, 2024 · 1 comment · Fixed by #15
Labels
bug Something isn't working

Comments

@tttol
Copy link
Owner

tttol commented Jul 16, 2024

java.lang.NullPointerException: Cannot invoke "java.lang.Boolean.booleanValue()" because the return value of "software.amazon.awssdk.services.s3.model.ListObjectsV2Response.isTruncated()" is null

ListObjectsV2Response.isTruncated()がNULLになり、NPEが発生するケースがある。

@tttol tttol added the bug Something isn't working label Jul 16, 2024
@tttol tttol changed the title AWS SDK for JavaのlistObjectリクエストを送るとNPEが発生する AWS SDK for JavaのlistObjectsV2リクエストを送るとNPEが発生する Jul 16, 2024
@tttol tttol changed the title AWS SDK for JavaのlistObjectsV2リクエストを送るとNPEが発生する AWS SDK for JavaのlistObjectsV2リクエストを送るとレスポンスの一部でNPEが発生する Jul 16, 2024
@tttol tttol linked a pull request Jul 16, 2024 that will close this issue
@tttol
Copy link
Owner Author

tttol commented Jul 16, 2024

fixed by #15

@tttol tttol closed this as completed Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant