maximedemarey-wb

Results 1 issues of maximedemarey-wb

When providing an existingBucketObj to the CloudFrontToS3 construct, I get an error : ### Reproduction Steps ``` this.s3Bucket = new s3.Bucket(this, 'FrontendBucket', { bucketName: `test`, encryption: s3.BucketEncryption.S3_MANAGED, blockPublicAccess: s3.BlockPublicAccess.BLOCK_ALL, enforceSSL:...

bug
needs-triage