You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-3494: reword error message.
This commit is contained 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"
|
||||
|
Reference in New Issue
Block a user