Update create-storage-bucket.mdx

This single incorrectly spaced opening bracket is causing an error in AWS 'invalid policy syntax'.
pull/4715/head
Casey Trahan 2 years ago committed by GitHub
parent 7018234724
commit dded07f4c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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": [
{

Loading…
Cancel
Save