AWS S3 Bucket Policy Enforces Secure Access
{
"Version": "2012-10-17",
"Id": "Policy1504640911349",
"Statement": [
{
"Sid": "Stmt1504640908907",
"Effect": "Deny",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::/*",
"Condition": {
"Bool": {
"aws:SecureTransport": "false"
}
}
}
]
}Version: 2012-10-17
Id: Policy1504640911349
Statement:
-
Sid: Stmt1504640908907
Effect: Deny
Principal: '*'
Action: s3:GetObject
Resource: arn:aws:s3:::/*
Condition:
Bool:
aws:SecureTransport: 'false'PreviousAWS S3 Bucket Policy Does Not Use Allow With Not PrincipalNextAWS S3 Bucket Policy Restricts Allowed Actions
Last updated
Was this helpful?

