You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1), multi part upload progress not display in function as below. can display when use print
def progress(x,y):
logger.debug("Part %d: %0.2f%%" % (i+1, 100.*x/y))
(2), and is it possible to display the whole file upload progress ?
The text was updated successfully, but these errors were encountered:
(1), multi part upload progress not display in function as below. can display when use print
def progress(x,y):
logger.debug("Part %d: %0.2f%%" % (i+1, 100.*x/y))
(2), and is it possible to display the whole file upload progress ?
The text was updated successfully, but these errors were encountered: