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/storage/catalog/aws-s3/index.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,9 @@ For each source in the scenario, complete the steps described in [Migrate an exi
247
247
### Test your migrated source
248
248
You can validate that your configured your migrated source correctly using a button in the Settings section of the AWS S3 destination.
249
249
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
+
250
253
To verify that you migrated your source correctly:
251
254
1. Open the Segment app and select the AWS S3 destination.
252
255
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:
258
261
259
262
#### Troubleshooting
260
263
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.
262
265
263
266
| Error message | Likely cause of the error |
264
267
| ------------- | ------------------------- |
265
268
| Unknown Error. Please try again. If the problem persists, please contact [Segment support](mailto:[email protected]) | Fail to assume intermediate role |
266
269
| 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 |
267
270
| 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 |
268
271
| 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. |
270
273
| 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. |
0 commit comments