A security engineer is reviewing the configuration of an S3 bucket. What is a security concern with the current configuration?
Principal: * allows anyone to read objects.
Why this answer
Option B is correct because the bucket policy allows public read access to all objects. Option A is wrong because MFA Delete is enabled, which is good. Option C is wrong because lifecycle policy does not delete current versions.
Option D is wrong because versioning is enabled.