We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4720feb commit 482d3bcCopy full SHA for 482d3bc
source/packages/@aws-accelerator/accelerator/lib/pipeline.ts
@@ -1003,9 +1003,7 @@ export class AcceleratorPipeline extends Construct {
1003
*/
1004
const reviewLink = `https://${cdk.Stack.of(this).region}.console.${this.getConsoleUrlSuffixForPartition(
1005
this.props.partition,
1006
- )}/s3/buckets/${this.props.prefixes.bucketName}-pipeline-${cdk.Stack.of(this).account}-${
1007
- cdk.Stack.of(this).region
1008
- }?prefix=AWSAccelerator-Pipel/Diffs/#{codepipeline.PipelineExecutionId}/®ion=${
+ )}/s3/buckets/${this.pipeline.artifactBucket.bucketName}?prefix=AWSAccelerator-Pipel/Diffs/#{codepipeline.PipelineExecutionId}/®ion=${
1009
cdk.Stack.of(this).region
1010
}&bucketType=general`;
1011
0 commit comments