[BUG] Error either the bucket name or prefix in the S3 data source is duplicated #664
Labels
bug
Something isn't working
identified
Indicates that the root cause of the bug has been determined.
🚨 Please Note 🚨
To ensure efficient investigation of the issue, please fill out the fields below with as much detail as possible. Reports that do not follow this template may be closed without notification. We appreciate your cooperation.
Describe the bug
At knowledge settings, if user inputs duplicated bucket name or prefix in S3 datasource, causes error at
cdk synth
.If bucket name is duplicated:
If prefix is duplicated:
Also, the prefix must end with
/
, but there is no such explanation, and no error message is displayed on UI.To Reproduce
Steps to reproduce the behavior:
s3://hoge/fuga/
ands3://hoge/piyo/
s3://hoge/fuga/
ands3://piyo/fuga/
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: