Skip to content

Commit 352ba64

Browse files
committed
DOC-469 small edits to feature 1 documentation
1 parent 8c50b7d commit 352ba64

File tree

1 file changed

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

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,9 @@ For each source in the scenario, complete the steps described in [Migrate an exi
247247
### Test your migrated source
248248
You can validate that your configured your migrated source correctly using a button in the Settings section of the AWS S3 destination.
249249

250+
> important "Roles"
251+
> In-app source validation is restricted to users with source editing permissions. For more information about roles in the Segment app, please see the [Roles](/docs/segment-app/iam/roles/) documentation.
252+
250253
To verify that you migrated your source correctly:
251254
1. Open the Segment app and select the AWS S3 destination.
252255
2. On the Settings page, verify that your Region, Bucket Name, and IAM Role ARN are all correct.
@@ -258,15 +261,15 @@ To verify that you migrated your source correctly:
258261

259262
#### Troubleshooting
260263

261-
The following table outlines some of the error codes the validation tool may display, as well as possible reasons for the error.
264+
The following table outlines some of the error codes the validation tool may display and possible reasons for the error.
262265

263266
| Error message | Likely cause of the error |
264267
| ------------- | ------------------------- |
265268
| Unknown Error. Please try again. If the problem persists, please contact [Segment support](mailto:[email protected]) | Fail to assume intermediate role |
266269
| Access Denied. Please configure External ID in the AWS IAM Console. [Learn more](#create-an-iam-role-in-the-aws-console). | Successfully assumed customer's role, role doesn't have external ID |
267270
| Unknown Error. Please follow [instructions](#create-an-iam-role-in-the-aws-console) to set up the AWS S3 destination. If the problem persists, please contact [Segment support](mailto:[email protected]). | Fail to assume customer’s role without external ID & returned an error code that is not error 403 |
268271
| Access Denied. Please configure External ID in the AWS IAM Console. [Learn more](#create-an-iam-role-in-the-aws-console). | Fail to assume customer’s role without external ID & returned error 403 |
269-
| Access Denied. Please add PutObject permissions to the IAM role in the AWS IAM Console. [Learn more](). | Fail to upload the dummy object to customer's S3 bucket & an error code that is not error 403. |
272+
| Access Denied. Please add PutObject permissions to the IAM role in the AWS IAM Console. [Learn more](#create-an-iam-role-in-the-aws-console). | Fail to upload the dummy object to customer's S3 bucket & an error code that is not error 403. |
270273
| Unknown Error. Please follow [instructions](#create-an-iam-role-in-the-aws-console) to set up the AWS s3 destination. If the problem persists, please contact [Segment support](mailto:[email protected]). | Fail to upload the dummy object to customer's S3 bucket & an error code that is not error 403. |
271274

272275

0 commit comments

Comments
 (0)