We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We noticed that while uploading singile big files we receive
RequestError: send request failed caused by: Put https://xxx/aaa/bbb/ccc?partNumber=318&uploadId=idasdsadasda--: read tcp 10.xx.xx.xx:39538->52.217.32.12:443: read: connection reset by peer
We think it is better to retry ?
The text was updated successfully, but these errors were encountered:
Yes. aws/aws-sdk-go#2737.
Sorry, something went wrong.
storage/s3: retry on connection reset by peer error (#226)
910cf21
Resolves #225
I'm still seeing this error on latest commit. Seems like the fix was reverted in 6abfea8 ?
Successfully merging a pull request may close this issue.
We noticed that while uploading singile big files we receive
RequestError: send request failed caused by: Put https://xxx/aaa/bbb/ccc?partNumber=318&uploadId=idasdsadasda--: read tcp 10.xx.xx.xx:39538->52.217.32.12:443: read: connection reset by peer
We think it is better to retry ?
The text was updated successfully, but these errors were encountered: