We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2100bee commit b18ffc1Copy full SHA for b18ffc1
scripts/copy_dir.sh
@@ -27,7 +27,7 @@ function copy_source() {
27
if [[ "$source" == s3://* || "$dest" == s3://* ]]; then
28
# Use s5cmd to copy from S3
29
echo "Copying from S3: $source to $dest"
30
- time s5cmd cp "$source" "$dest"
+ time s5cmd cp --show-progress "$source" "$dest"
31
else
32
# Use cp for local filesystem with recursive support
33
0 commit comments