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

Better to add timeout arguments for aws download #32

Open
WarBean opened this issue Oct 29, 2020 · 0 comments
Open

Better to add timeout arguments for aws download #32

WarBean opened this issue Oct 29, 2020 · 0 comments

Comments

@WarBean
Copy link

WarBean commented Oct 29, 2020

With the suggested command in README to download the tar files, I frequently encountered a "connection closed" error after several minutes of downloading. According to this issue, I add an extra argument, then everything goes well:

aws s3 --no-sign-request --cli-connect-timeout 6000 cp s3://open-images-dataset/tar/test.tar.gz .

It is better to add --cli-connect-timeout 6000 into README so other people will not encounter the "connection closed" error again.

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

1 participant