You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-s3/index.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ The AWS S3 (Actions) destination enhances this capability by introducing configu
27
27
28
28
## Supported Integrations
29
29
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/)
33
33
34
34
## Getting started
35
35
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
42
42
- 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.
43
43
44
44
45
-
## Step 1: Create an IAM role in the AWS console
45
+
###Step 1: Create an IAM role in the AWS console
46
46
To set up the IAM role to properly authorize Segment with the AWS S3 (Actions) destination:
47
47
48
48
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
88
88
}
89
89
```
90
90
91
-
## Step 2: Add the AWS S3 (Actions) Destination in Segment
91
+
###Step 2: Add the AWS S3 (Actions) Destination in Segment
92
92
To finish the setup, enable the AWS S3 (Actions) Destination in your workspace:
93
93
94
94
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:
104
104
{% include components/actions-fields.html settings="true"%}
105
105
106
106
## 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:
108
108
109
109
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.
114
114
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