POST or PUSH operations with s3cmd failure on a specific Internet connection

I am currently automating a build script to move resources to Amazon s3 and using http://s3tools.org/s3cmd (and https://github.com/s3tools/s3cmd ), which I understood was a regular / main command line tool for use. Nothing complicated, and I did most of the testing outside the office, but as soon as I got in it all started to fall apart, and I'm confused why.

A simple command like (with both "mybucket" existing on s3 and "file.ext" existing in the directory in which I run the command),

s3cmd put file.ext s3://mybucket/

failed using

[Errno 104] Connection reset by peer

or

[Errno 32] Broken pipe

, s3 5 , , 1 , 1 . , http://www.bucketexplorer.com/ , .

, , , 3G- , , , .

, , s3cmd, Bucket Explorer?

+5
1

, TCP ( DNS. , 5 :

s3cmd put --multipart-chunk-size=5 file.ext s3://mybucket/
+1

All Articles