Hi,

I can't find anyone else who is having my issue.  Lots of people with 
broken pipe Errno 32 for other reasons.

This issue only applies to one specific csv file.  I uploaded several 
other csv files without any issue.

Standard questions:

- Is the file over 5GB? - no, it is 1.4M
- Did you check the credentials? - yes.  other file uploads to same 
bucket with s3cmd work fine.
- File perms? - checked.  same as the other files which upload fine.
- Did you misspell the bucket name?  - nope.

$ s3cmd put File.csv s3://some-bucket
File.csv -> s3://some-bucket/File.csv  [1 of 1]
    57344 of 1441795     3% in    1s    38.33 kB/s  failed
WARNING: Upload failed: /File.csv ([Errno 32] Broken pipe)
WARNING: Retrying on lower speed (throttle=0.00)

This continues until it eventually gives up.

Other files work fine:

$ touch test.foo.bar
$ s3cmd put test.foo.bar s3://some-bucket
test.foo.bar -> s3://some-bucket/test.foo.bar  [1 of 1]
  0 of 0     0% in    0s     0.00 B/s  done
WARNING: Redirected to: some-bucket.s3-external-3.amazonaws.com
test.foo.bar -> s3://some-bucket/test.foo.bar  [1 of 1]
  0 of 0     0% in    0s     0.00 B/s  done


I also did:

$ cat File.csv > File-2.csv

and tried to put File-2.csv...it has the same issue.


A bit at a loss here and wondering if there is a place where there is 
more verbose error logging since the broken-pipe error apparently can be 
one of many many different things.


Thanks,

-Matt

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
S3tools-general mailing list
S3tools-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/s3tools-general

Reply via email to