Skip to content

Commit bc87cdf

Browse files
authored
Merge pull request #36868 from DominicBreuker/docs-s3-prefix-fix
remove bucket name from s3:prefix condition in IAM policy
2 parents 63b8629 + 624f559 commit bc87cdf

File tree

1 file changed

+1
-1
lines changed
  • website/docs/language/backend

1 file changed

+1
-1
lines changed

website/docs/language/backend/s3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ This is seen in the following AWS IAM Statement:
8686
"Resource": "arn:aws:s3:::mybucket",
8787
"Condition": {
8888
"StringEquals": {
89-
"s3:prefix": "mybucket/path/to/my/key"
89+
"s3:prefix": "path/to/my/key"
9090
}
9191
}
9292
},

0 commit comments

Comments
 (0)