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

Progress bar falt with storage_multiupload() even with options(azure_storage_progress_bar=TRUE) #54

Open
Naedri opened this issue Jun 24, 2020 · 2 comments

Comments

@Naedri
Copy link

Naedri commented Jun 24, 2020

Hi,

First of all, thanks again for the great R interface to Azure, you provide, and your strong support.

I was wondering how could I display the progress bar of the following Job :

storage_multiupload(container = contAC, src=paste0(img_out_path, "/*"), dest=folder_name, use_azcopy=FALSE, recursive = TRUE)

Indeed, even if I have run before the following command : options(azure_storage_progress_bar=TRUE) , nothing is printed to the prompt.
Sometimes in a RShiny app, but not during the execution of a single command in the prompt), it says : creating background pool, but nothing more.

Is it because I have not enough files to send, or that my connection is to fast ?
Or is it cause of I do not use properly the options() command ?
Do you have any recommandations ?

Thanks in advance for your help,
Sincerely yours

@hongooi73
Copy link
Collaborator

Currently, you only get progress bars with single-file transfers. Implementing them for multiple transfers might be possible, but probably not right now.

@Naedri
Copy link
Author

Naedri commented Jun 25, 2020

All right !
Thanks a lot for your quick reply Mr Hong Ooi.
Sincerely yours,

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

No branches or pull requests

2 participants