jcaddel / maven-s3-wagon

Multi-threaded wagon to connect Maven with Amazon S3
123 stars 50 forks source link

Low throughput when uploading file to S3 #17

Open prateekgupta opened 9 years ago

prateekgupta commented 9 years ago

Hi, I followed these instruction - https://github.com/jcaddel/maven-s3-wagon/wiki/Usage I am getting pretty low throughput while uploading file to S3. Below are the figures - [INFO] Transfers: 3 Time: 7.556m Amount: 15.0m Throughput: 33.942 KB/s

While I am uploading the same file through AWS S3 console, I am able to upload the file in max of 10 seconds.

Googling didnt help. Please advise if I tweak some configuration to speed it up.