hadoop/hadoop-tools/hadoop-aws/src
Steve Loughran dc56fc385a
HADOOP-19295. S3A: large uploads can timeout over slow links (#7089)
This sets a different timeout for data upload PUT/POST calls to all
other requests, so that slow block uploads do not trigger timeouts
as rapidly as normal requests. This was always the behavior
in the V1 AWS SDK; for V2 we have to explicitly set it on the operations
we want to give extended timeouts. 

Option:  fs.s3a.connection.part.upload.timeout
Default: 15m

Contributed by Steve Loughran
2024-10-07 17:57:13 +01:00
..
main HADOOP-19295. S3A: large uploads can timeout over slow links (#7089) 2024-10-07 17:57:13 +01:00
site HADOOP-19286: S3A: Support cross region access when S3 region/endpoint is set (#7067) 2024-10-01 20:11:11 +01:00
test HADOOP-19295. S3A: large uploads can timeout over slow links (#7089) 2024-10-07 17:57:13 +01:00