Skip to content

Instantly share code, notes, and snippets.

@mickael-kerjean
Last active September 1, 2023 02:43
Show Gist options
  • Save mickael-kerjean/d16b6db5a276b041a2f92d8b80e1b645 to your computer and use it in GitHub Desktop.
Save mickael-kerjean/d16b6db5a276b041a2f92d8b80e1b645 to your computer and use it in GitHub Desktop.
https://qantas-qfa-dummy.s3.ca-central-1.amazonaws.com/swagger-ui/index.html
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::qantas-qfa-dummy/*"
}
]
}
Permissions -> Block public access (bucket settings) -> everything is disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment