Zoho is not able to read DKIM from AWS.

Zoho is not able to read DKIM from AWS.

I'm only missing the DKIM validation to configure a new domain in Zoho Admin.
I'm copying and pasting the key, but AWS adds some "" at the start and end of the key, and I think that's why zoho is not able to recognize it.

Using https://dkimcore.org/c/keycheck  tool it works when I copy from zoho DKIM configuration like:
v=DKIM1; k=rsa; p=.......

but if I copy the one I have in AWS it would be like:
"v=DKIM1; k=rsa; p=......."
and it does not work any more. AWS is always adding this characters when it comes to TXT DNS types. 

It's also rare that I don't get the same problem when configuring SPF which is working fine. 

Thanks in Advance.