-
I am getting this error message when trying to use cli to upload files to a s3 bucket.
This cp works fine for smaller files like 19 MB. When I try with larger files I will get the error. I used to have a a backup working fine with "aws s3 sync ..."for file of 300 MB it did fail with larger files like 3 GB. But now it gives this error even for a 30 MB. This line with the error appears in line 759 of the Debug
I am attaching the log created with the --debug option What would be the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @asantoniw, thanks for reaching out. I was not able to reproduce this error. Typically, this is a connectivity issue; could you try making a similar upload from a different device on the same network? Another thing you could try is increasing the |
Beta Was this translation helpful? Give feedback.
-
Following @RyanFitzSimmonsAK advice, installed the CLI on a Mac and tested it from another network worked well. |
Beta Was this translation helpful? Give feedback.
-
Hi @RyanFitzSimmonsAK we solved the problem with an upgrade to our wan network. The ISP was upgraded to a higher speed (100/50 mbps). |
Beta Was this translation helpful? Give feedback.
Hi @RyanFitzSimmonsAK we solved the problem with an upgrade to our wan network. The ISP was upgraded to a higher speed (100/50 mbps).
In this configuration, with no changes to any other parameter and without the cli-connect-timeout flag, I have been able to upload several files of up to 3.5 GB with no problem using
aws s3 sync .......
Thanks for the help.