We’ve been facing this issue for a while now, and have investigated multiple issues on our side.
We use the REST API for the Aspose.PDF Cloud endpoints.
Retrying often succeeds (but not always) which leads me to think its an Aspose side issue (as nothing changes between the requests).
Can you please assist us looking into this issue?
Here are a couple of Request Id failures from today:
b5f75ca2-96a4-4572-83e0-b4375da20bb4
cae3968f-364f-474d-b61a-a8b8f2dde179
94dde890-35a5-4f8e-86ad-b426463305bc
Hi @kirill.novinskiy - thanks for your response.
The payload looks identical - is the change just the ?folder param in the URL - we don’t want to put these into a folder, just into the root of the S3 bucket, which is why it was omitted.
It also doesn’t explain why some of the calls work and others error, even though the file and payload is identical.
Thanks
@aspose.heffron.au , Thanks for the clarification. Isn’t this a constant error? How often does it occur? Are you using standard storage or your own S3 bucket?
No its inconsistent - exact same request could succeed or fail.
The message we get back is:
“status”: 400,
“resp_body”: “{"RequestId":"be29630ad9ce81d810c3a5ea01ba029d","Error":{"Code":"error","Message":"AmazonS3 Storage exception: One or more errors occurred. (Unable to read data from the transport connection: Connection reset by peer.)","Description":"Operation Failed. Unable to read data from the transport connection: Connection reset by peer.","DateTime":"2026-05-11T01:41:44.6642Z","InnerError":null}}”
We’re using our own S3 storage - is there anything we should confirm on this.