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:
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.