Skip to content

Commit b18ffc1

Browse files
Add s5cmd progress bar (#4204)
1 parent 2100bee commit b18ffc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/copy_dir.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function copy_source() {
2727
if [[ "$source" == s3://* || "$dest" == s3://* ]]; then
2828
# Use s5cmd to copy from S3
2929
echo "Copying from S3: $source to $dest"
30-
time s5cmd cp "$source" "$dest"
30+
time s5cmd cp --show-progress "$source" "$dest"
3131
else
3232
# Use cp for local filesystem with recursive support
3333

0 commit comments

Comments
 (0)