Skip to content

Instantly share code, notes, and snippets.

@overnew
Created April 1, 2024 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save overnew/46e3d85b3af3e2691fb5fb7dc129e84d to your computer and use it in GitHub Desktop.
Save overnew/46e3d85b3af3e2691fb5fb7dc129e84d to your computer and use it in GitHub Desktop.
lake_role.json
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject"
],
"Resource": [
"arn:aws:s3:::labstack-e846f9fe-0375-4d1d-95c0-802568-databucket-jn3wtcuwo6wt/review/*"
],
"Effect": "Allow"
},
{
"Action": [
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::labstack-e846f9fe-0375-4d1d-95c0-802568-databucket-jn3wtcuwo6wt"
],
"Effect": "Allow"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment