Java S3 client - putObject error

So we have been experiencing some issues with file uploads to Linode S3 (no code changes on our side). The Java S3 client is throwing status code 100 and the upload does not finish.

software.amazon.awssdk.services.s3.model.S3Exception: null (Service: S3, Status Code: 100, Request ID: null, Extended Request ID: null)

All was working fine for 2-3 months now, just started happening recently. Does anyone experience something similar?

2 Replies

Hey there -

I haven't run into this before, personally, so I did some digging around for you. I noticed that a similar question was asked on GitHub, by a similar username - so I'm going to go out on a limb and assume that this is also you (correct me if I'm wrong):

https://github.com/aws/aws-sdk-java-v2/issues/1969

Combining what was asked there with the question here, I did some searching and this Stack Overflow post seems like it might be helpful:

Netty pipeline warning

I'm also going to tag this post to get it in front of more of our users who may have run into this issue before, and can help out further.

The links provided above give good explanation of the problem but I haven't been able to configure the handler in AWS library to process the 100 http status code, @imajic how did you solve it?

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct