Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Fix indent spaces.
  • Loading branch information
eggoynes authored Jul 1, 2021
1 parent 7906c78 commit 59dabb5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ export class CloudFrontToMediaStore extends Construct {
Resource: `arn:${Aws.PARTITION}:mediastore:${Aws.REGION}:${Aws.ACCOUNT_ID}:container/${Aws.STACK_NAME}/*`,
Condition: {
StringEquals: {
'aws:UserAgent': this.cloudFrontOriginAccessIdentity.originAccessIdentityName
'aws:UserAgent': this.cloudFrontOriginAccessIdentity.originAccessIdentityName
},
Bool: {
'aws:SecureTransport': 'true'
'aws:SecureTransport': 'true'
}
}
}]
Expand Down

0 comments on commit 59dabb5

Please sign in to comment.