Removed unnecessary debug options for aws command

This commit is contained in:
Takeshi Nakatani 2022-04-21 12:58:18 +00:00 committed by Andrew Gaul
parent df7bbb28d5
commit a30beded1c

View File

@ -339,7 +339,7 @@ function aws_cli() {
# [NOTE]
# AWS_EC2_METADATA_DISABLED for preventing the metadata service(to 169.254.169.254).
# shellcheck disable=SC2086,SC2068
AWS_EC2_METADATA_DISABLED=true aws $@ --endpoint-url "${S3_URL}" --ca-bundle /tmp/keystore.pem ${FLAGS} --debug
AWS_EC2_METADATA_DISABLED=true aws $@ --endpoint-url "${S3_URL}" --ca-bundle /tmp/keystore.pem ${FLAGS}
}
function wait_for_port() {