-
Notifications
You must be signed in to change notification settings - Fork 484
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
Show progress when putObject? #408
Comments
Currently there is no support in put/get Object progressing status. |
Any simple way to do it? I can help too... |
We are going to add async support to Java API which would provide this feature. Currently there is no simple way to do it. |
@balamurugana what is the current status of this issue? |
@GarimaKapoor Currently none. We would need to discuss, evaluate and prioritize this issue |
@deekoder Sorry about the confusion. I'm talking about console progress bar. Something like this: |
@danyaljj console progress bar can be implemented in the same manner as the example shows. Do you want us to write that as well? |
Not sure how its done the same way. Any sample codes for that? Thanks! |
Will write an example in a bit @danyaljj . |
Thanks @harshavardhana. Could you show usage for |
Or give me ideas on how to do this ... |
Is there a way to print out the upload progress when using
putObject
? Like for big files I would very much prefer to see how fast it is being uploaded.The text was updated successfully, but these errors were encountered: