From dded07f4c0a4acb6dd7b6ec4ad3479fab9cb7e8f Mon Sep 17 00:00:00 2001 From: Casey Trahan <26654827+casethebase@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:51:41 -0700 Subject: [PATCH] Update create-storage-bucket.mdx This single incorrectly spaced opening bracket is causing an error in AWS 'invalid policy syntax'. --- .../configuration/session-recording/create-storage-bucket.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/configuration/session-recording/create-storage-bucket.mdx b/website/content/docs/configuration/session-recording/create-storage-bucket.mdx index 40ad46bf27..1fb61a81a4 100644 --- a/website/content/docs/configuration/session-recording/create-storage-bucket.mdx +++ b/website/content/docs/configuration/session-recording/create-storage-bucket.mdx @@ -58,7 +58,7 @@ and how long a BSR will be retained in the storage bucket. You can configure static credentials using an access key and secret key or dynamic credentials using the AWS [`AssumeRole` API](https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole). - An AWS IAM role policy with the following statement: ```json - { + { "Version": "2012-10-17", "Statement": [ {