We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1df3a commit 8d27dc5Copy full SHA for 8d27dc5
src/connections/destinations/catalog/actions-s3/index.md
@@ -37,9 +37,9 @@ Ensure you have the following in place before configuring the AWS S3 (Actions) d
37
### Create an IAM role in the AWS console
38
To set up the IAM role to properly authorize Segment with the AWS S3 (Actions) destination:
39
40
-1. Login to your AWS account
+1. Log in to your AWS account.
41
2. Create a new or use an existing bucket with `PutObject`, `GetObject`, `ListObject` access to the S3 bucket.
42
-3. Go to IAM > Roles > Create Role
+3. Navigate to **IAM > Roles > Create Role**.
43
4. Provide the following policy permissions for the IAM that was just created:
44
```json
45
{
0 commit comments