software.amazon.awssdk.core.exception.NonRetryableException: A retry was attempted, but AsyncRequestBody.split does not support retries. #5293
brycechesternewman
started this conversation in
General
Replies: 1 comment 2 replies
-
For completeness, here is the exception being thrown.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
What is the cause of software.amazon.awssdk.core.exception.NonRetryableException: A retry was attempted, but AsyncRequestBody.split does not support retries." and how to prevent it? We don't retry in our code so it would appear something in the AWS code is retrying something it should not?
AWS SDK version is: 2.25.56
Here is the client that is used.
Here is the put call.
Beta Was this translation helpful? Give feedback.
All reactions