ingenieux/beanstalker

Upload progress not work in eclipse

Closed this issue · 1 comments

Hi,

Upload progress, in eclipse, change to next line every System.out.print.
Could you create a configuration parameter to allow disable progress in this situation, or,
could you simple print progress every 10%, creating only 10 lines.

Another error is, my upload give in the end 103,77% 37 MiB/36 MiB

Thanks,
Paulo

You can disable it (multipart uploads) right away (which yields those status
messages) by using multipartUpload set to false (default is true/)

mvn whatever -Dbeanstalk.multipartUpload=false

and it should fix

-- Aldrin Leal, aldrin@leal.eng.br
Master your EC2-fu! Get the latest ekaterminal public beta
http://www.ingenieux.com.br/products/ekaterminal/

On Mon, Jan 28, 2013 at 2:30 PM, paulo-neves notifications@github.comwrote:

Hi,

Upload progress, in eclipse, change to next line every System.out.print.
Could you create a configuration parameter to allow disable progress in
this situation, or,
could you simple print progress every 10%, creating only 10 lines.

Another error is, my upload give in the end 103,77% 37 MiB/36 MiB

Thanks,
Paulo


Reply to this email directly or view it on GitHubhttps://github.com//issues/24.