Based on other cloud providers and the referenced todo in the code, the KeyParser cloudProvider is supposed to be 'aws' no matter what the cloud provider actually is. It is not clear if this is still the case or why.
|
override fun getCloudProvider() = "aws" |