I am trying to copy file form my local system to aws s3 bucket using the following copy command:
aws s3 cp folder/ s3://xxx/yyy/folder --recursive
Only the smaller size files get copied but the larger file size (eg:5MB) files as are copying. I am receiving error like connection reset by peer, write operation timed-out
.
I also looked for the link:
https://github.com/aws/aws-cli/issues/634
But nothing works. Please help me to sort out this. Thanks in advance.
My version:
aws --version:
aws-cli/1.9.2
Python/2.7.3
Linux/3.5.0-27-generic
botocore/1.3.2