We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7906c78 commit 59dabb5Copy full SHA for 59dabb5
source/patterns/@aws-solutions-constructs/aws-cloudfront-mediastore/lib/index.ts
@@ -96,10 +96,10 @@ export class CloudFrontToMediaStore extends Construct {
96
Resource: `arn:${Aws.PARTITION}:mediastore:${Aws.REGION}:${Aws.ACCOUNT_ID}:container/${Aws.STACK_NAME}/*`,
97
Condition: {
98
StringEquals: {
99
- 'aws:UserAgent': this.cloudFrontOriginAccessIdentity.originAccessIdentityName
+ 'aws:UserAgent': this.cloudFrontOriginAccessIdentity.originAccessIdentityName
100
},
101
Bool: {
102
- 'aws:SecureTransport': 'true'
+ 'aws:SecureTransport': 'true'
103
}
104
105
}]
0 commit comments