Skip to content

Instantly share code, notes, and snippets.

@harsimranmaan
Last active February 28, 2023 23:43
Show Gist options
  • Save harsimranmaan/d53fe5d9245998bb621ae4ea7b02d77d to your computer and use it in GitHub Desktop.
Save harsimranmaan/d53fe5d9245998bb621ae4ea7b02d77d to your computer and use it in GitHub Desktop.
ABAC
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowReadWriteForHR",
"Effect": "Allow",
"Action": [
"s3:GetObject*",
"s3:PutObject*"
],
"Resource": [
"arn:aws:s3:::department-storage/hr/*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment