Skip to content

Commit

Permalink
updated aws_s3_sync.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 5, 2024
1 parent 85b7360 commit c411632
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aws/aws_s3_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,6 @@ for ((i=0; i < sources_len; i++)); do
timestamp "Syncing AWS S3 '$src' to '$dest'"
aws s3 sync "$src" "$dest" "$@"
done

echo
timestamp "AWS S3 Sync completed"

0 comments on commit c411632

Please sign in to comment.