We had these below properties configured in application.yml file for Hiberante Search 5.x
What are the equivalent properties added in Hibernate Search 6?
aws:
region: ""
signing.enabled: true
access_key: ""
secret_key: ""
Do we need to replace like this ?
hibernate.search.backend.aws.credentials.type = static
hibernate.search.backend.aws.credentials.access_key_id = ""
hibernate.search.backend.aws.credentials.secret_access_key =""