Skip to content

Commit 59dabb5

Browse files
authored
Update index.ts
Fix indent spaces.
1 parent 7906c78 commit 59dabb5

File tree

1 file changed

+2
-2
lines changed
  • source/patterns/@aws-solutions-constructs/aws-cloudfront-mediastore/lib

1 file changed

+2
-2
lines changed

Diff for: source/patterns/@aws-solutions-constructs/aws-cloudfront-mediastore/lib/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ export class CloudFrontToMediaStore extends Construct {
9696
Resource: `arn:${Aws.PARTITION}:mediastore:${Aws.REGION}:${Aws.ACCOUNT_ID}:container/${Aws.STACK_NAME}/*`,
9797
Condition: {
9898
StringEquals: {
99-
'aws:UserAgent': this.cloudFrontOriginAccessIdentity.originAccessIdentityName
99+
'aws:UserAgent': this.cloudFrontOriginAccessIdentity.originAccessIdentityName
100100
},
101101
Bool: {
102-
'aws:SecureTransport': 'true'
102+
'aws:SecureTransport': 'true'
103103
}
104104
}
105105
}]

0 commit comments

Comments
 (0)