Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: [Errno 111] Connection refused #1325

Open
zeX514 opened this issue May 3, 2023 · 1 comment
Open

ERROR: [Errno 111] Connection refused #1325

zeX514 opened this issue May 3, 2023 · 1 comment

Comments

@zeX514
Copy link

zeX514 commented May 3, 2023

I have a bucket where a huge amount of files (over 1Tb in about of 250000 objects) sorted among several subfolders. When I'm trying to sync every subfolder in particular it goes ok. It takes about 10-15 minutes to get subfolder sync report in --dry-run, but every time when I'm trying to check all subfolder i.e. sync the whole bucket s3cmd crash with an error ERROR: [Errno 111] Connection refused

@lavigne958
Copy link
Contributor

Hi I believe you could be facing either: rate limiting (too many connections in a short time) or simple network errors (again because too many connections open in a short time).

I would suggest you try to sync each sub-folder one after another, or create more levels with more sub-sub-folders and sync each one, possibly with a quick sleep 1 between to prevent rate limiting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants