-
-
Notifications
You must be signed in to change notification settings - Fork 906
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
Unable to upload 100KB+ file : Keep getting #100
Comments
It looks like I have this issue too. It seems like the limit is the time that it takes. No matter how big or small the file, if it takes more than 1 second to process, it generates a broken pipe error. This is despite the fact that I have the socket timeout set to 300s. |
Can you confirm this is still an issue in the latest version? Quite a lot of work has been done recently. |
@ivebeenlinuxed I had the same issue with 1.6.0 and ~14MB file. I was getting:
or
Running with |
I'm hitting this problem as well with 1.6.0 but the I do have some policies defined on the bucket that auto-expires them (after a year..) and migrates to Glacier after 30 days, but disabling them doesn't seem to have an impact. We have several geo locations where it seems more prevalent to occur than others, but I can't pinpoint why that would be the case (nor why others are getting it). |
Could this be related to the following issue in the aws-cli project: Uploading files to S3 from EC2 instances fails on some instance types #634 It looks like at least part of the issue was that the http request did not include "expect: 100-continue" header - which is required even for small file uploads (i think). |
As a workaround can we install 1.5.0 instead? |
This issue should now be fixed in master. |
I am consistently unable to upload files > ~100KB using s3cmd. It keeps bombing with "Errno 32 Broken pipe". I have checked that the bucket exists.
Smaller files seem to upload file. I am running s3cmd-1.1.0beta3
s3cmd --no-guess-mime-type put myfile s3://com.xxx.yyy
myfile -> s3://com.xxx.yyy/myfile [1 of 1]
143360 of 15397790 0% in 1s 80.98 kB/s failed
WARNING: Upload failed: /myfile.war ([Errno 32] Broken pipe)
WARNING: Retrying on lower speed (throttle=0.00)
WARNING: Waiting 3 sec...
....
The text was updated successfully, but these errors were encountered: