Hi so i was following this video but i cannot pass his config in the CORS part of s3 permissions. any help please. It does say it should be valid JSON (But dont want to mess anything up)
His CODE:
`<?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>`
The VIDEO: https://www.youtube.com/watch?v=kt3ZtW9MXhw