I can enable CORS in the OVH object store (using OpenStack Swift) using this command
curl -i -XPUT -H "X-Auth-Token: xxxxxxxxxxx" -H "X-Container-Meta-Access-Control-Allow-Origin: *" https:
and everything works well. But after a certain period of time (completely random), this parameter is reset. Do you know why and how to solve it?
source share