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 03ba745 commit d971623Copy full SHA for d971623
src/content/docs/r2/data-migration/sippy.mdx
@@ -250,8 +250,11 @@ To create credentials with the correct permissions:
250
"Statement": [
251
{
252
"Effect": "Allow",
253
- "Action": ["s3:Get*", "s3:List*"],
254
- "Resource": ["arn:aws:s3:::<BUCKET_NAME>", "arn:aws:s3:::<BUCKET_NAME>/*"]
+ "Action": ["s3:ListBucket", "s3:GetObject"],
+ "Resource": [
255
+ "arn:aws:s3:::<BUCKET_NAME>",
256
+ "arn:aws:s3:::<BUCKET_NAME>/*"
257
+ ]
258
}
259
]
260
0 commit comments