Commit ed32135
committed
fix(s3-logging): relax PutObject resource ARN to allow CloudTrail logging
The previous ARN pattern with `AWSLogs/.../*` path was too restrictive
and prevented the S3 bucket policy from accepting PutObject requests
from CloudTrail. Changed to allow PutObject on any object within the
logging bucket.1 parent 6ce7bc8 commit ed32135
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
0 commit comments