AwsSdk2Transport, disable SSL and add interceptors

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
opensearch-java:2.8.1

Describe the issue:

I am trying to use AwsSdk2Transport to connect to open search service. I have 2 questions:

  1. When I deploy my application it works fine with aws but when I try to run an integration test locally I face a SSL issue (local elastic search has not ssl setup) is there any way to disable SSL while instantiating AwsSdk2Transport in certain conditions. For example while using RestClient you were able to specify http or https.
  2. Is there any way to define an interceptor on http connections setup for AwsSdk2Transport?