From ad6e4246efdba8e7f8b69e653c4301344509cb1d Mon Sep 17 00:00:00 2001 From: benthompson15 Date: Wed, 26 Aug 2020 15:40:05 -0500 Subject: [PATCH] MCOL-3494: reword error message. --- oam/install_scripts/columnstore-post-install.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oam/install_scripts/columnstore-post-install.in b/oam/install_scripts/columnstore-post-install.in index d139d9733..378f118f7 100755 --- a/oam/install_scripts/columnstore-post-install.in +++ b/oam/install_scripts/columnstore-post-install.in @@ -286,7 +286,7 @@ if [ ! -z "$MCS_USE_S3_STORAGE" ] && [ $MCS_USE_S3_STORAGE -eq 1 ]; then sed -i "s|endpoint =.*|# endpoint = |" /etc/columnstore/storagemanager.cnf sed -i "s|aws_access_key_id =.*|# aws_access_key_id = |" /etc/columnstore/storagemanager.cnf sed -i "s|aws_secret_access_key =.*|# aws_secret_access_key = |" /etc/columnstore/storagemanager.cnf - echo "There was an error checking the storagemanager.cnf parameters." + echo "There was an error validating the settings used to access S3." echo "The specified user must have GET, PUT, HEAD, and DELETE permissions to the bucket." echo "Verify the following environmental variables are correct:" echo "MCS_S3_BUCKET"