Skip to content

Commit 7321bbc

Browse files
committed
adding fixes to suggestions
1 parent 747b73c commit 7321bbc

File tree

1 file changed

+10
-10
lines changed
  • src/connections/destinations/catalog/actions-s3

1 file changed

+10
-10
lines changed

src/connections/destinations/catalog/actions-s3/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The AWS S3 (Actions) destination enhances this capability by introducing configu
2727

2828
## Supported Integrations
2929
The AWS S3 (Actions) Destination supports the following Segment features as supported native Destination integration points:
30-
* rETL
31-
* Classic and Linked Audiences
32-
* Connections
30+
* [Reverse ETL](/docs/connections/reverse-etl/)
31+
* [Classic and Linked Audiences](/docs/engage/audiences/)
32+
* [Connections](/docs/connections/)
3333

3434
## Getting started
3535
Setting up the AWS S3 (Actions) destination is a straightforward process designed to help you configure and deploy standardized event data to your Amazon S3 bucket. Follow these steps to get started:
@@ -42,7 +42,7 @@ Ensure you have the following in place before configuring the AWS S3 (Actions) d
4242
- IAM Access IDs: Prepare your AWS IAM ARN ID and IAM External ID. These will be needed to authenticate and authorize Segment with your S3 bucket.
4343

4444

45-
## Step 1: Create an IAM role in the AWS console
45+
### Step 1: Create an IAM role in the AWS console
4646
To set up the IAM role to properly authorize Segment with the AWS S3 (Actions) destination:
4747

4848
1. Log in to your AWS account.
@@ -88,7 +88,7 @@ To set up the IAM role to properly authorize Segment with the AWS S3 (Actions) d
8888
}
8989
```
9090

91-
## Step 2: Add the AWS S3 (Actions) Destination in Segment
91+
### Step 2: Add the AWS S3 (Actions) Destination in Segment
9292
To finish the setup, enable the AWS S3 (Actions) Destination in your workspace:
9393

9494
1. Add the **AWS S3 (Actions)** destination from the Destinations tab of the catalog.
@@ -104,11 +104,11 @@ To finish the setup, enable the AWS S3 (Actions) Destination in your workspace:
104104
{% include components/actions-fields.html settings="true"%}
105105

106106
## Step 3: Configure the AWS S3 (Actions) Destination mappings
107-
To finish the configuration, finalize the mappings of the new AWS S3 (Actions) Destination:
107+
To finish the configuration, add mappings to your new AWS S3 (Actions) Destination:
108108

109109
1. Add a new **Sync to S3** Action into the destination.
110-
2. Define the Event Trigger. If multiple types are accepted in the Event Trigger, the generated files will automatically be split by type in S3 (i.e Track events file and Identifer events file).
111-
3. Configure the Column Mappings that are needed, if any of the default columns are **not** needed, leave the value blank. You can also choose to add new mapping fields to set up any customized columns as needed.
112-
4. Configure the Other Settings as needed.
113-
5. Enable the Mapping and start sending data!
110+
2. Define the Event Trigger. If multiple types are accepted in the Event Trigger, the generated files will automatically be split by type in S3 (for example, you might have a Track events file and an Identify events file).
111+
3. Configure the Column Mappings. If you don't need any of the default columns, leave the value blank. You can also choose to add new mapping fields to set up customized columns as needed.
112+
4. Configure any additional settings as required.
113+
5. Enable the Mapping.
114114
6. Verify the Segment data is stored in the S3 bucket by navigating to the `<your_S3_bucket>/` in the AWS console.

0 commit comments

Comments
 (0)