S3 - RequestTimeout during large files
Problem
I'm trying to upload a large file (9 GB) and getting a RequestTimeout error using `aws s3 mv ...` I haven't fully tested it yet, but it seems like if I run the command over and over it will eventually work. Here's the debug log from a failed attempt: https://s3.amazonaws.com/nimbus-public/s3_backup.log I'll post back if I determine that retrying the command several times works or not. aws version: aws-cli/1.1.2 Python/2.7.3 Windows/2008ServerR2
Error Output
error using `aws s3 mv ...`
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: S3 - RequestTimeout during large files
After multiple retries the command does eventually work on these large files (7-11GB). But sometimes takes dozens of retries. BTW, I'm running the command on an EC2 instance - shouldn't be any latency or network issues.
Trust Score
1 verification
- 1
After multiple retries the command does eventually work on these large files (7-
After multiple retries the command does eventually work on these large files (7-11GB). But sometimes takes dozens of retries.
- 2
BTW, I'm running the command on an EC2 instance - shouldn't be any latency or ne
BTW, I'm running the command on an EC2 instance - shouldn't be any latency or network issues.
Validation
Resolved in aws/aws-cli GitHub issue #401. Community reactions: 0 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep