diff --git a/checks/check_extra734 b/checks/check_extra734 index 7c5abe3c..ed1886dd 100644 --- a/checks/check_extra734 +++ b/checks/check_extra734 @@ -30,7 +30,7 @@ extra734(){ echo "$RESULT" | while read RBUCKET SSEALG; do if [[ $SSEALG ]]; then if [[ $CHECK_BUCKET_SSE_POLICY ]]; then - textPass "Bucket $RBUCKET has SSE enabled with algorithm $SSEALG and S3 policy enforce it" + textPass "Bucket $RBUCKET has SSE enabled with algorithm $SSEALG and S3 policy to enforce it" else # I'll leave it as Pass but to prevent uploads of unencrypted # objects to Amazon S3 a policy to enforce it is required