Skip to content

Commit

Permalink
Add more targeted AWS policy for Sippy (#18525)
Browse files Browse the repository at this point in the history
* Add more targetted AWS policy for Sippy

* update AWS policy
  • Loading branch information
harshil1712 authored Dec 4, 2024
1 parent 6565e1b commit e943f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/r2/data-migration/sippy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ To create credentials with the correct permissions:
"Statement": [
{
"Effect": "Allow",
"Action": ["s3:Get*", "s3:List*"],
"Resource": ["arn:aws:s3:::<BUCKET_NAME>", "arn:aws:s3:::<BUCKET_NAME>/*"]
"Action": ["s3:GetObject"],
"Resource": ["arn:aws:s3:::<BucketName>/*"]
}
]
}
Expand Down

0 comments on commit e943f33

Please sign in to comment.