We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7a6b2 commit ba77a09Copy full SHA for ba77a09
lib/build-image-data.ts
@@ -51,7 +51,7 @@ export class BuildImageDataStack extends cdk.Stack {
51
// Create a bucket, then allow a deployment Lambda to upload to it.
52
const dataBucket = new s3.Bucket(this, 'BuildImageDataBucket', {
53
bucketName,
54
- versioned: false,
+ versioned: true,
55
encryptionKey: encryptionKey,
56
enforceSSL: true,
57
serverAccessLogsBucket: accessLoggingBucket,
0 commit comments