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
preguntada hace 2 años3223 visualizaciones
2 Respuestas
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
EXPERTO
respondido hace 2 años
0

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

David
respondido hace 7 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas