Click "Configure" to set up your R2 bucket connection.
acc
Chat with Manukmiber
Setup Instructions:
Correct CORS Configuration:
[
{
"AllowedOrigins": [
"https://read-bvs.pages.dev",
"http://localhost:3000",
"file://"
],
"AllowedMethods": [
"GET",
"HEAD",
"OPTIONS"
],
"AllowedHeaders": [
"*"
],
"ExposeHeaders": [
"ETag",
"Content-Length",
"Content-Type"
],
"MaxAgeSeconds": 86400
}
]
Click "Configure" to set up your R2 bucket connection.