Skip to content

Commit 103ee33

Browse files
authored
Merge pull request #399 from segmentio/repo-sync
repo sync
2 parents 018430d + 2f3f3c6 commit 103ee33

File tree

1 file changed

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

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ To complete this section, you need access to your AWS dashboard.
3838

3939
1. Create a new S3 bucket in your preferred region. For more information, see Amazon's documentation, [Create your first S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html){:target="_blank"}.
4040
2. Create a new IAM role for Segment to assume. For more information, see Amazon's documentation, [Creating a role to delegate permissions to an IAM user](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user.html){:target="_blank"}.
41-
1. When prompted to enter an Account ID, enter `595280932656`. (You cannot enter an ARN in this step. In step 4, you can update the `Principal` to a specific role after you create an IAM role.)
42-
2. Click the **Require External ID** checkbox.
43-
3. Enter your Segment Workspace ID in the **External ID** field.
41+
1. Select the **AWS account** type from the list of trusted entities.
42+
2. When prompted to enter an Account ID, enter `595280932656`. (You cannot enter an ARN in this step. In step 4, you can update the `Principal` to a specific role after you create an IAM role.)
43+
3. Click the **Require External ID** checkbox.
44+
4. Enter your Segment Workspace ID in the **External ID** field.
4445
3. Attach the following policy to the IAM role created in step 2. Replace `<YOUR_BUCKET_NAME>` with the name of the S3 bucket you created in step 1.
4546
```json
4647
{
@@ -488,4 +489,4 @@ For user-property destinations, Segment sends an [identify](/docs/connections/sp
488489

489490
When you first create an audience, Personas sends an Identify call for every user in that audience. Later audience syncs send updates for users whose membership has changed since the last sync.
490491

491-
{% include content/destination-footer.md %}
492+
{% include content/destination-footer.md %}

0 commit comments

Comments
 (0)