Skip to content

Commit

Permalink
(fix) Adjust imports so they are compatible back to node16. Fixes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
skuenzli committed Dec 12, 2024
1 parent a224ee7 commit f7a527e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/s3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import {
ServicePrincipal,
} from 'aws-cdk-lib/aws-iam';
import * as s3 from 'aws-cdk-lib/aws-s3';
import { BucketEncryption } from 'aws-cdk-lib/aws-s3';
import { IBucket } from 'aws-cdk-lib/aws-s3/lib/bucket';
import { IBucket, BucketEncryption } from 'aws-cdk-lib/aws-s3';
import { IConstruct } from 'constructs';
import * as aws_iam_utils from './aws-iam-utils';
import { AccessCapability, IAccessSpec, IAWSServiceAccessGenerator, K9PolicyFactory } from './k9policy';
Expand Down

0 comments on commit f7a527e

Please sign in to comment.