deployment-openvidu-pro: Show error if s3 bucket is defined and 'Recording' is 'local' or 'disabled'

pull/550/head
cruizba 2020-10-07 21:34:38 +02:00
parent 6ea52fe061
commit 38270cc315
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ Rules:
RecordingValidation: RecordingValidation:
RuleCondition: RuleCondition:
Fn::Equals: [!Ref Recording, 'disabled' ] Fn::Or: [ !Equals [!Ref Recording, 'disabled' ], !Equals [!Ref Recording, 'local' ] ]
Assertions: Assertions:
- AssertDescription: If recording Storage is 'disabled', you don't need to specify a S3 bucket. - AssertDescription: If recording Storage is 'disabled', you don't need to specify a S3 bucket.
Assert: Assert: