Skip to content

Commit cefc771

Browse files
committed
Adding asterisk regex
1 parent d971623 commit cefc771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ To create credentials with the correct permissions:
250250
"Statement": [
251251
{
252252
"Effect": "Allow",
253-
"Action": ["s3:ListBucket", "s3:GetObject"],
253+
"Action": ["s3:ListBucket*", "s3:GetObject*"],
254254
"Resource": [
255255
"arn:aws:s3:::<BUCKET_NAME>",
256256
"arn:aws:s3:::<BUCKET_NAME>/*"

0 commit comments

Comments
 (0)