Update aws cli migrate warning text
This commit is contained in:
parent
182343e995
commit
b8ffe6ab02
@ -182,7 +182,7 @@ migrate() {
|
|||||||
[[ ${source_dir} = "" ]] && __err "You must provide a source directory (s3) as the first parameter" && return 137
|
[[ ${source_dir} = "" ]] && __err "You must provide a source directory (s3) as the first parameter" && return 137
|
||||||
[[ ${target_dir} = "" ]] && __err "You must provide a target directory (s3) as the second parameter" && return 137
|
[[ ${target_dir} = "" ]] && __err "You must provide a target directory (s3) as the second parameter" && return 137
|
||||||
|
|
||||||
__warn "Migrating s3://${source} to s3://${target}"
|
__warn "Migrating s3://${source_dir} to s3://${target_dir}"
|
||||||
|
|
||||||
echo "Cache expires on ${EXPIRES}"
|
echo "Cache expires on ${EXPIRES}"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user