Connect to s3 compatible with ssl certificate

I’m trying to connect to a s3 compatible data store that requires ssl verification. How do I configure dremio to use the ca bundle the mounted in the container in order to verify?

The boto3 equivalent here is the kwarg “verify” for creating a resource: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/session.html#boto3.session.Session.resource

The error in the master log is a basic cannot find cert:
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target