-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
s3: Max retries exceeded with url #928
Comments
The "Max retries exceeded with url:..." part is confusing. That's actually an error message from the HTTP library we use (requests). We catch that exception and do our own retry logic. The first line from the
Is the overall operation failing? The CLI should be trying up to 5 times per each of those parts. If it is failing, could you post the complete |
The operation seems to be succeed (I can see uploaded file on S3) except that aws tells that upload failed. Debug log: https://www.dropbox.com/s/kwpkq2m1e0if5jp/debug.log.gz?dl=0 BTW, |
Consolidating issues. Tracking this issue over here: #1092 which allows for a customer to modify the number of retries. |
Uploading to s3 bucket in eu-west-1 region fails with:
Upload to default US region works fine from the same host.
The text was updated successfully, but these errors were encountered: