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 170e8af commit f902241Copy full SHA for f902241
src/content/docs/r2/data-migration/sippy.mdx
@@ -245,7 +245,7 @@ To create credentials with the correct permissions:
245
"Statement": [
246
{
247
"Effect": "Allow",
248
- "Action": ["s3:Get*", "s3:List*"],
+ "Action": ["s3:GetObject", "s3:ListObject", "s3:HeadObject"],
249
"Resource": ["arn:aws:s3:::<BUCKET_NAME>", "arn:aws:s3:::<BUCKET_NAME>/*"]
250
}
251
]
0 commit comments