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

storage,command: handle Stat() errors #620

Merged
merged 8 commits into from Jul 28, 2023
Merged

storage,command: handle Stat() errors #620

merged 8 commits into from Jul 28, 2023

Conversation

igungor
Copy link
Member

@igungor igungor commented Jul 26, 2023

A file could be deleted/renamed/moved after s5cmd calls List(). This
might happen when multiple processes do file operations on the same
folder.

Resolves #619
Resolves #559

A file could be deleted/renamed/moved after s5cmd calls `List()`. This
might happen when multiple processes do file operations on the same
folder.

Resolves #619
Resolves #559
@igungor igungor requested a review from a team as a code owner July 26, 2023 17:19
@igungor igungor requested review from ilkinulas and seruman and removed request for a team July 26, 2023 17:19
seruman
seruman previously approved these changes Jul 27, 2023
igungor and others added 3 commits July 27, 2023 16:22
Co-authored-by: İbrahim Güngör <igungor@gmail.com>
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)
@igungor
Copy link
Member Author

igungor commented Jul 28, 2023

@seruman PTAL

@igungor igungor merged commit f758adf into master Jul 28, 2023
13 checks passed
@igungor igungor deleted the handle-stat-errors branch July 28, 2023 08:59
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

Successfully merging this pull request may close these issues.

's5cmd run' crashes with SIGSEGV Occasional SIGSEV with recursive cp of a lot of files
4 participants