Skip to content

Commit

Permalink
REmove .partition change from Integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Apr 1, 2023
1 parent 62665f8 commit ec0bd96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const mediaStoreContainerProps: mediastore.CfnContainerProps = {
Effect: 'Allow',
Principal: '*',
Action: 'mediastore:*',
Resource: `arn:${Aws.PARTITION}:mediastore:${Aws.REGION}:${Aws.ACCOUNT_ID}:container/MyOwnMediaStoreContainer/*`,
Resource: `arn:aws:mediastore:${Aws.REGION}:${Aws.ACCOUNT_ID}:container/MyOwnMediaStoreContainer/*`,
Condition: {
Bool: { "aws:SecureTransport": "true" }
}
Expand Down

0 comments on commit ec0bd96

Please sign in to comment.