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