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?

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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠