Skip to content

Commit a067419

Browse files
committed
update AWS policy
1 parent f902241 commit a067419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ To create credentials with the correct permissions:
245245
"Statement": [
246246
{
247247
"Effect": "Allow",
248-
"Action": ["s3:GetObject", "s3:ListObject", "s3:HeadObject"],
249-
"Resource": ["arn:aws:s3:::<BUCKET_NAME>", "arn:aws:s3:::<BUCKET_NAME>/*"]
248+
"Action": ["s3:GetObject"],
249+
"Resource": ["arn:aws:s3:::<BucketName>/*"]
250250
}
251251
]
252252
}

0 commit comments

Comments
 (0)