tS3Put Error Unable to execute HTTP request: Connection reset by peer
Hi All, I have created a job to upload a csv file to amazon s3 but the job fails with the error: "Unable to execute HTTP request: Connection reset by peer: socket write error" I checked the connection on talend using tS3Connection it was successful then tried putting the file using tS3Put still the same error. Thanks and Regards, Koustubh Avadhani
in that case it seems to be an unreliable network connection to AWS.
On the other hand, reset means the transfer started and got aborted. You might have some AWS IAM policies limiting file size (even though 1mb is indeed small).
Hi Team, Same scnerio in my case as well. Where we are trying to connect to AWS S3 bucket and GET the csv file from S3 to local system. But unable to connect with below error, "Unable to execute HTTP request" Please suggest workaround for this. Thanks and Regards.