Skip to content

Commit d971623

Browse files
committed
Updating JSON block
1 parent 03ba745 commit d971623

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,11 @@ To create credentials with the correct permissions:
250250
"Statement": [
251251
{
252252
"Effect": "Allow",
253-
"Action": ["s3:Get*", "s3:List*"],
254-
"Resource": ["arn:aws:s3:::<BUCKET_NAME>", "arn:aws:s3:::<BUCKET_NAME>/*"]
253+
"Action": ["s3:ListBucket", "s3:GetObject"],
254+
"Resource": [
255+
"arn:aws:s3:::<BUCKET_NAME>",
256+
"arn:aws:s3:::<BUCKET_NAME>/*"
257+
]
255258
}
256259
]
257260
}

0 commit comments

Comments
 (0)