You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.The text was updated successfully, but these errors were encountered: