Skip to content

Commit f902241

Browse files
committed
Add more targetted AWS policy for Sippy
1 parent 170e8af commit f902241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/r2/data-migration/sippy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ To create credentials with the correct permissions:
245245
"Statement": [
246246
{
247247
"Effect": "Allow",
248-
"Action": ["s3:Get*", "s3:List*"],
248+
"Action": ["s3:GetObject", "s3:ListObject", "s3:HeadObject"],
249249
"Resource": ["arn:aws:s3:::<BUCKET_NAME>", "arn:aws:s3:::<BUCKET_NAME>/*"]
250250
}
251251
]

0 commit comments

Comments
 (0)