Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/guides/modules/security/pages/audit-logs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,10 @@ The minimum required access policy for the role is as follows:
{
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:ListBucket"
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::<bucket-name>/*",
"arn:aws:s3:::<bucket-name>"
"arn:aws:s3:::<bucket-name>/*"
]
}
]
Expand Down Expand Up @@ -189,6 +187,7 @@ image::guides:ROOT:connect-circleci-aws.png[Connect CircleCI to AWS]
+
image::guides:ROOT:s3bucket-connected.png[S3 Connection successful]

Creating a streaming configuration pushes an empty file named `circleci_connectivity_test_<timestamp>` to the configured bucket. This verifies that the system has sufficient permissions to start the stream.

==== 3. Verify and test

Expand Down