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
@@ -1017,7 +1015,7 @@ export class AcceleratorPipeline extends Construct {
1017
1015
runOrder: 2,
1018
1016
additionalInformation: `
1019
1017
Changes for this execution can be found in accelerator pipeline S3 bucket under Diffs/#{codepipeline.PipelineExecutionId}.
1020
-
Use cli command for download: "aws s3 sync ${this.diffS3Uri}/#{codepipeline.PipelineExecutionId} diffs" or follow the link below.`,
1018
+
Use cli command for download: "aws s3 sync ${this.pipeline.artifactBucket.bucketName}/#{codepipeline.PipelineExecutionId} diffs" or follow the link below.`,
0 commit comments