Skip to content
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

Closed
danyaljj opened this issue Jun 20, 2016 · 14 comments
Closed

Show progress when putObject? #408

danyaljj opened this issue Jun 20, 2016 · 14 comments
Assignees
Milestone

Comments

@danyaljj
Copy link

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.

@balamurugana
Copy link
Member

Currently there is no support in put/get Object progressing status.

@danyaljj
Copy link
Author

Any simple way to do it? I can help too...

@harshavardhana
Copy link
Member

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.

@GarimaKapoor
Copy link

@balamurugana what is the current status of this issue?

@balamurugana
Copy link
Member

@GarimaKapoor Currently none. We would need to discuss, evaluate and prioritize this issue

@deekoder
Copy link
Contributor

deekoder commented Apr 7, 2017

@danyaljj
Copy link
Author

@deekoder Sorry about the confusion. I'm talking about console progress bar. Something like this:
https://github.com/raszi/java-progressbar
Is there a way to know how much of the upload/download is done?

@harshavardhana
Copy link
Member

@deekoder Sorry about the confusion. I'm talking about console progress bar. Something like this:
https://github.com/raszi/java-progressbar
Is there a way to know how much of the upload/download is done?

@danyaljj console progress bar can be implemented in the same manner as the example shows. Do you want us to write that as well?

@danyaljj
Copy link
Author

@danyaljj console progress bar can be implemented in the same manner as the example shows.

Not sure how its done the same way. Any sample codes for that? Thanks!

@harshavardhana
Copy link
Member

Not sure how its done the same way. Any sample codes for that? Thanks!

Will write an example in a bit @danyaljj .

@harshavardhana
Copy link
Member

@danyaljj here is the example of console based progress bar - #550

@danyaljj
Copy link
Author

Thanks @harshavardhana. Could you show usage for getObject too?

@danyaljj
Copy link
Author

Or give me ideas on how to do this ...

@harshavardhana
Copy link
Member

#554 here we go @danyaljj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants