Skip to content

Instantly share code, notes, and snippets.

@lakshaygupta21
Created April 18, 2021 15:05
Show Gist options
  • Save lakshaygupta21/f382cd8935525aa941c37161dbe06946 to your computer and use it in GitHub Desktop.
Save lakshaygupta21/f382cd8935525aa941c37161dbe06946 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Id": "Policy1618249237358",
"Statement": [
{
"Sid": "Stmt1618249235135",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:*",
"Resource": "arn:aws:s3:::bucket-name/*",
"Condition": {
"StringLike": {
"aws:Referer": "https://*.wellhow.online/*"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment