Update aws cli migrate warning text
This commit is contained in:
+1
-1
@@ -182,7 +182,7 @@ migrate() {
|
||||
[[ ${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
|
||||
|
||||
__warn "Migrating s3://${source} to s3://${target}"
|
||||
__warn "Migrating s3://${source_dir} to s3://${target_dir}"
|
||||
|
||||
echo "Cache expires on ${EXPIRES}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user