diff --git a/src/pipeline-stack.ts b/src/pipeline-stack.ts index cc534f0..0d80458 100644 --- a/src/pipeline-stack.ts +++ b/src/pipeline-stack.ts @@ -81,7 +81,7 @@ export class PipelineStack extends core.Stack { removalPolicy: core.RemovalPolicy.DESTROY, autoDeleteObjects: true, versioned: true, - bucketKeyEnabled: true, + // bucketKeyEnabled: true, encryption: s3.BucketEncryption.KMS_MANAGED, });