Bug fixes
- The
AWS > S3 > Bucket > Encryption In Transitcontrol previously required an Encryption in Transit policy statement with the SidMustBeEncryptedInTransitand the condition"aws:SecureTransport": "false". This sometimes caused the control to incorrectly enter an alarm state when the bucket had the correct condition but a different Sid. The control has been updated to check only for the relevant Encryption in Transit condition, without explicitly requiring the SidMustBeEncryptedInTransit.