Skip to content

Commit 29204f4

Browse files
committed
add nci-cbiit- for s3 bucket
1 parent 8870013 commit 29204f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/lib/cloudfront-s3-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class CloudFrontS3Stack extends cdk.Stack {
3030

3131
// Create S3 bucket for hosting frontend files
3232
this.bucket = new s3.Bucket(this, "FrontendBucket", {
33-
bucketName: `nevustool-website-${tier}`,
33+
bucketName: `nci-cbiit-nevustool-website-${tier}`,
3434
blockPublicAccess: s3.BlockPublicAccess.BLOCK_ALL,
3535
removalPolicy: cdk.RemovalPolicy.DESTROY, // For development - change for production
3636
autoDeleteObjects: true, // For development - change for production

0 commit comments

Comments
 (0)