Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created July 25, 2019 15:24
Show Gist options
  • Select an option

  • Save 100daysofdevops/2fb738343a7bdc1a8cfc5daaccdcf9db to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/2fb738343a7bdc1a8cfc5daaccdcf9db to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Id": "Policy1504640911349",
"Statement": [
{
"Sid": "Stmt1504640908907",
"Effect": "Deny",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::/*",
"Condition": {
"Bool": {
"aws:SecureTransport": "false"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment