Skip to content

Commit

Permalink
docs: add delete permission to example s3 iam policy
Browse files Browse the repository at this point in the history
  • Loading branch information
psFried committed Sep 14, 2023
1 parent e02e09e commit f6ed956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Be sure to replace `YOUR-S3-BUCKET` with the actual name of your bucket.
"Principal": {
"AWS": "arn:aws:iam::789740162118:user/flow-aws"
},
"Action": ["s3:GetObject", "s3:PutObject"],
"Action": ["s3:GetObject", "s3:PutObject", "s3:DeleteObject"],
"Resource": "arn:aws:s3:::YOUR-S3-BUCKET/*"
},
{
Expand Down

0 comments on commit f6ed956

Please sign in to comment.