En las configuraciones de S3 Bucket CORS que no permiten "XML" y solicitan "Json" en su lugar
<?xml version="1.0" encoding="UTF-8"?> <CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <CORSRule> <AllowedOrigin>*</AllowedOrigin> <AllowedMethod>GET</AllowedMethod> <AllowedMethod>POST</AllowedMethod> <AllowedMethod>PUT</AllowedMethod> <AllowedHeader>*</AllowedHeader> </CORSRule> </CORSConfiguration>Estaba trabajando antes, pero ahora me da este error "La configuración de CORS debe escribirse en JSON válido". AMAZON realizó algunos cambios en "Amazon S3 Bucket". Por favor, dame json de esto para agregar en CORS.