We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f902241 commit a067419Copy full SHA for a067419
src/content/docs/r2/data-migration/sippy.mdx
@@ -245,8 +245,8 @@ To create credentials with the correct permissions:
245
"Statement": [
246
{
247
"Effect": "Allow",
248
- "Action": ["s3:GetObject", "s3:ListObject", "s3:HeadObject"],
249
- "Resource": ["arn:aws:s3:::<BUCKET_NAME>", "arn:aws:s3:::<BUCKET_NAME>/*"]
+ "Action": ["s3:GetObject"],
+ "Resource": ["arn:aws:s3:::<BucketName>/*"]
250
}
251
]
252
0 commit comments