Skip to content

Commit 42634fc

Browse files
evanliu048aws-toolkit-automationrli
authored
fix(amazonq): downloadExportResultAcrchive api not passed with profileArn and cause 400 error (#5567)
* call if * add cache * linter * delete ut * revise auth * re * delete * revert * ut * reintialize q ui * add url * update sdk * add profilearn * recover api * up --------- Co-authored-by: aws-toolkit-automation <[email protected]> Co-authored-by: Richard Li <[email protected]>
1 parent 5f35e4d commit 42634fc

File tree

1 file changed

+1
-0
lines changed
  • plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/clients

1 file changed

+1
-0
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/clients/AmazonQStreamingClient.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class AmazonQStreamingClient(private val project: Project) {
6161
it.exportId(exportId)
6262
it.exportIntent(exportIntent)
6363
it.exportContext(exportContext)
64+
it.profileArn(QRegionProfileManager.getInstance().activeProfile(project)?.arn)
6465
},
6566
ExportResultArchiveResponseHandler.builder().subscriber(
6667
ExportResultArchiveResponseHandler.Visitor.builder()

0 commit comments

Comments
 (0)