[Bug]: Multimodal data does not get stored in specified S3 bucket - AWS Knowledge Base #41384
Labels
bug
Addresses a defect in current functionality.
service/bedrockagent
Issues and PRs that pertain to the bedrockagent service.
Terraform Core Version
1.8.5
AWS Provider Version
5.86.0
Affected Resource(s)
aws_bedrockagent_knowledge_base
supplemental_data_storage_configuration
Expected Behavior
aws_bedrockagent_knowledge_base has support for multimodal storage when parsing strategy is enabled. This can be configured using supplemental_data_storage_configuration block. Once terraform apply is run, the knowledge base should get created with s3 bucket for multimodal storage destination. When sync runs and gets completed, multimodal data from documents should be stored in that s3 bucket.
Actual Behavior
Once terraform apply is run, the knowledge base gets created with s3 bucket for multimodal storage destination. But when sync completes, no multimodal data gets stored in specified s3 bucket and it does not throw any permission errors either.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
#40737
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/bedrockagent_knowledge_base#supplemental_data_storage_configuration-block
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: