Skip to content

Commit 2085a66

Browse files
committed
[netlify-build]
1 parent 31ef963 commit 2085a66

File tree

1 file changed

+1
-1
lines changed
  • src/connections/storage/catalog/aws-s3

1 file changed

+1
-1
lines changed

src/connections/storage/catalog/aws-s3/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ To create an S3 IAM role, you must first install and configure the AWS CLI on yo
128128
}
129129
```
130130

131-
2. Navigate to the folder containing `trust-relationship-policy.json` and run the following command to create your IAM role and attach the trust relationship document, replacing `<YOUR_ROLE_NAME>` with the name you want to give this IAM role:
131+
2. Navigate to the folder containing `trust-relationship-policy.json` and run the following command to create your IAM role and attach the trust relationship document, replacing `<YOUR_ROLE_NAME>` with the name you want to give the IAM role:
132132

133133
``` python
134134
aws iam create-role --role-name <YOUR_ROLE_NAME> --assume-role-policy-document file://trust-relationship-policy.json --description "IAM role for Segment to assume (AWS S3 destination)"

0 commit comments

Comments
 (0)