Hello,
I have issue with R2 CORS. I configure R2-CORS.
[
{
"AllowedOrigins": [
"http://localhost:3000"
],
"AllowedMethods": [
"GET"
],
"AllowedHeaders": [
"Content-Type"
]
}
]
I would only access bucket from localhost but I can access bucket from anywhere.