-
Notifications
You must be signed in to change notification settings - Fork 859
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
S3Client fails with EOFException when executing HeadObjectRequest for gzip encoded object #2259
Comments
@productivityindustries it's weird you're seeing this with the sync client, the issue was only seen before in async client. I was not able to reproduce. Can you turn on the wire logs and provide them? Please make sure to redact or remove any sensitive data. |
Additional info: it's breaking only when using I was able to produce the wire logs by adding |
Ok this was an important difference, I'll try to repro again. |
I can reproduce it now, confirming as a bug. |
Is there any news on this one? |
It's more than 1 year now we are waiting for a fix. Is that hard to find a solution? |
Hello all, This bug has been fixed in by #3346 and released in v2.17.250 see Changelog, I will hence close this issue. Thank you very much for reporting this behavior. Best regards, Yasmine |
|
…142ae4045 Pull request: release <- staging/13f7dea7-3d93-4790-afb6-1f5142ae4045
Describe the bug
I am trying to execute a HeadObjectRequest for objects stored in S3. All objects are compressed and do have Content-Encoding: gzip.
Expected Behavior
Just head info's are returned - and no exception is thrown.
Current Behavior
This stacktrace is logged:
Steps to Reproduce
S3Client.builder().build().headObject(b->b.bucket("bucket").key("key"));
Possible Solution
Context
Your Environment
The text was updated successfully, but these errors were encountered: