We are trying to use the AwsAuthV4 transport with ssl and are not able to pass the ssl option to it.
It seems that it is not possible because the ssl config param accessed in the AwsAuthV4 class (see https://github.com/ruflin/Elastica/blob/master/lib/Elastica/Transport/AwsAuthV4.php#L77) is never set.
The keys of the config array are limited to bigintConversion, curl, headers and url in the client when preparing the transport configuration. (see https://github.com/ruflin/Elastica/blob/master/lib/Elastica/Client.php#L162)