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

Broken pipe with multipart upload #7964

Closed
cyberduck opened this issue May 19, 2014 · 4 comments
Closed

Broken pipe with multipart upload #7964

cyberduck opened this issue May 19, 2014 · 4 comments
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

2ab960c created the issue

Hi Support,

I purhcased this app purely for multipart uploading to S3. However I keep getting the following error (also viewable in screenshot attached):

Connection has been shutdown: 
javax.net.ssl.SSLException: java.net.SocketException:
Broken pipe. Broken pipe.

This is preventing our business from sharing assets as is a major problem.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

You can always Resume a interrupted multipart upload and it will only transfer the remaining and interrupted segments.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 527f428.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Revised retry handler and added test in 1f8450f.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fix in e1f5ff8 with Expect: 100-continue header for PUT requests that resolves broken pipe failures for uploads to buckets where a 307 Temporary Redirect is returned.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants