seporaitis / yum-s3-iam

Yum package manager plugin for private S3 repositories. Uses Amazon IAM & EC2 Roles.
Apache License 2.0
162 stars 99 forks source link

Getting occasional failures which I would expect retries to handle #63

Open matthias50 opened 6 years ago

matthias50 commented 6 years ago

I am occasionally getting failures like the following:

Execution of '/usr/bin/yum -d 0 -e 0 -y install vim' returned 1: <urlopen error [Errno 104] Connection reset by peer>

I would expect that retries would handle this and I have a hard time believing that s3 itself would really do this 10 times in a row. I say 10 because we are using default value for retries.