Skip to content

Commit

Permalink
more accurate sync messages
Browse files Browse the repository at this point in the history
  • Loading branch information
wrynegade committed Sep 25, 2021
1 parent 6a0f9f0 commit f4ebf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/aws/s3/sync-media
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PULL_MEDIA() {
local NO_DELETE="$2"
[ ! $NO_DELETE ] && FLAGS=--delete

CHECK "updating $1"
CHECK "downloading latest $1"
aws --profile $DOTWRYN_AWS_PROFILE \
s3 sync $REMOTE_TARGET $LOCAL_TARGET \
$FLAGS >/dev/null 2>&1 \
Expand All @@ -43,7 +43,7 @@ PUSH_MEDIA() {
local NO_DELETE="$2"
[ ! $NO_DELETE ] && FLAGS=--delete

CHECK "updating $1"
CHECK "uploading $1"
aws --profile $DOTWRYN_AWS_PROFILE \
s3 sync $LOCAL_TARGET $REMOTE_TARGET \
$FLAGS \
Expand Down

0 comments on commit f4ebf2e

Please sign in to comment.