Bucket Name
in your case) that is hosting the files.Once you're in the bucket settings, follow these steps to update the CORS policy:
Add the following CORS policy (you can customize the domains allowed):
[{
"AllowedHeaders": ["*"],
"AllowedMethods": ["GET", "HEAD"],
"AllowedOrigins": ["http://infixlms.test"],
"ExposeHeaders": [],
"MaxAgeSeconds": 3000
}
]