How can I set the requestTimeout/socketTimeout for S3 using AWS SDK V3 in Node.js?
I’m trying to upload S3 object streams by merging them into a zip archive. The process works well for smaller files, but it gets stuck for larger ones. After reviewing the logs, I noticed that the connection consistently freezes at the 5-minute mark. It seems that S3 has an idle connection timeout of 5 minutes.