Skip to content

Commit 6329c17

Browse files
committed
[netlify-build]
1 parent c94786e commit 6329c17

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
@@ -131,7 +131,7 @@ To create an S3 IAM role, you must first install and configure the AWS CLI on yo
131131
}
132132
```
133133

134-
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:
134+
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:
135135

136136
``` python
137137
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)