diff --git a/docs/guides/modules/security/pages/audit-logs.adoc b/docs/guides/modules/security/pages/audit-logs.adoc index ac6e2cb966..b3ae91246f 100644 --- a/docs/guides/modules/security/pages/audit-logs.adoc +++ b/docs/guides/modules/security/pages/audit-logs.adoc @@ -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:::/*", - "arn:aws:s3:::" + "arn:aws:s3:::/*" ] } ] @@ -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_` to the configured bucket. This verifies that the system has sufficient permissions to start the stream. ==== 3. Verify and test