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

Add console progress bar for multipart upload/download #51

Closed
sonmezonur opened this issue Feb 12, 2020 · 4 comments · Fixed by #590
Closed

Add console progress bar for multipart upload/download #51

sonmezonur opened this issue Feb 12, 2020 · 4 comments · Fixed by #590
Assignees
Milestone

Comments

@sonmezonur
Copy link
Member

sonmezonur commented Feb 12, 2020

Currently, s5cmd does not show the progress of multipart operations. It would be nice to add an option to display the progress for large files.

@geosigno
Copy link

geosigno commented Mar 7, 2023

Any update or workaround to get a progress event?

@ochaton
Copy link

ochaton commented Apr 13, 2023

It would be nice if s5cmd would show progress bar for cp command

@leng-yue
Copy link

Any update?

@igungor igungor added this to the v2.2.0 milestone Jun 19, 2023
@ilkinulas ilkinulas added this to s5cmd Jul 3, 2023
@ahmethakanbesel ahmethakanbesel moved this to In Progress in s5cmd Jul 11, 2023
@ilkinulas ilkinulas moved this from In Progress to Review in s5cmd Jul 20, 2023
igungor pushed a commit that referenced this issue Jul 27, 2023
Resolves #51

Enables usage of cp command with show-progress flag to show progress bar for a copy task.

Example progress bar:
78.00%  ━━━━━━━━━━━━━━━━━━━━────────  780 MB / 1.00 GB (189.37 MB/s) 5.9s (28/29)
@github-project-automation github-project-automation bot moved this from Review to Done in s5cmd Jul 27, 2023
igungor added a commit that referenced this issue Jul 27, 2023
Resolves #51

Enables usage of cp command with show-progress flag to show progress bar for a copy task.

Example progress bar:
78.00%  ━━━━━━━━━━━━━━━━━━━━────────  780 MB / 1.00 GB (189.37 MB/s) 5.9s (28/29)
@sorenwacker
Copy link

sorenwacker commented Jul 31, 2024

Progress bar is available now with the --sp or --show-progress flags:

s5cmd --numworkers 8 cp --sp random-test-file-1GiB.dat s3://mybucket

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

Successfully merging a pull request may close this issue.

7 participants