Intermittent errors while pushing a pdf to S3 bucket

0

Hi,

We are using .NET 4.5 to put pdf objects on a S3 bucket. The code is working fine but we are getting intermittent errors for many pdf files. The errors seem random and are not related to file size.

Below is the error message:

{"ClassName":"System.AggregateException","Message":"One or more errors occurred.","Data":null,"InnerException":{"ClassName":"Amazon.Runtime.AmazonServiceException","Message":"A WebException with status ConnectFailure was thrown.","Data":null,"InnerException":{"ClassName":"System.Net.WebException","Message":"Unable to connect to the remote server","Data":null,"InnerException":{"NativeErrorCode":10060,"ClassName":"System.Net.Sockets.SocketException","Message":"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond","Data":null,"InnerException":null,"HelpURL":null,"StackTraceString":" at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)\r\n at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)\r\n at

Any pointers on how to debug this would be great.

Thanks, PM

已提問 1 年前檢視次數 345 次
1 個回答
0

Could be throttling, or other "rare, normal use" errors as described here? - https://aws.amazon.com/premiumsupport/knowledge-center/s3-intermittent-500-internal-error/

專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南