S3 idle connection timeout

0

What is the value of idle connection timeout for S3 HTTP connections? Can it be amended?

Context: Due to constraints, I cannot use official AWS SDK. Instead, for simple S3 usage, I am creating an HTTP keep-alive connection. I have noticed that connection is closed by server after 3 - 5 seconds if it is not used for sending requests to S3 REST API.

Is there a way to extend idle connection lifespan?

sniko
已提問 2 年前檢視次數 3222 次
2 個答案
0

You can't control the connection timeout; but you might be able to keep the connection alive by sending TCP keepalives or other requests within the timeout window.

profile pictureAWS
專家
已回答 2 年前
0

What's the timeout timer on Server side(S3)? Thanks in advance!

David
已回答 7 個月前

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

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

回答問題指南