Skip to content

Commit

Permalink
Stop setting autodelete on system test bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
patchwork01 committed Sep 27, 2024
1 parent a2fe5ea commit 20cf2f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ private IBucket createBucket(String id, String bucketName, InstanceProperties in
.encryption(BucketEncryption.S3_MANAGED)
.blockPublicAccess(BlockPublicAccess.BLOCK_ALL)
.removalPolicy(RemovalPolicy.DESTROY)
.autoDeleteObjects(true)
.build();
AutoDeleteS3Objects.autoDeleteForBucket(this, jars, instanceProperties, bucket);
return bucket;
Expand Down

0 comments on commit 20cf2f1

Please sign in to comment.