mirror of
https://github.com/Nezumi-2711/google-drive-s3.git
synced 2026-09-22 13:38:30 +00:00
fix: update the wrangler config
This commit is contained in:
+14
-14
@@ -10,43 +10,43 @@
|
||||
"vars": {
|
||||
"ALLOW_MULTIPART": "true",
|
||||
"ETAG_STYLE": "md5",
|
||||
"CORS_ALLOWED_ORIGINS": "",
|
||||
"ENABLE_DOCS": "true"
|
||||
"CORS_ALLOWED_ORIGINS": "https://s3-drive-storage-manage.nezumi.workers.dev",
|
||||
"ENABLE_DOCS": "true",
|
||||
},
|
||||
"rules": [
|
||||
{
|
||||
"type": "Text",
|
||||
"globs": ["**/*.yaml"],
|
||||
"fallthrough": false
|
||||
}
|
||||
"fallthrough": false,
|
||||
},
|
||||
],
|
||||
"observability": {
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
},
|
||||
"durable_objects": {
|
||||
"bindings": [
|
||||
{
|
||||
"name": "MPU",
|
||||
"class_name": "MultipartUploadDO"
|
||||
}
|
||||
]
|
||||
"class_name": "MultipartUploadDO",
|
||||
},
|
||||
],
|
||||
},
|
||||
"migrations": [
|
||||
{
|
||||
"tag": "v1",
|
||||
"new_sqlite_classes": ["MultipartUploadDO"]
|
||||
}
|
||||
"new_sqlite_classes": ["MultipartUploadDO"],
|
||||
},
|
||||
],
|
||||
"kv_namespaces": [
|
||||
{
|
||||
"binding": "AUTH_KV",
|
||||
"id": "2113be46ce514e088572d0ef7459c1bf"
|
||||
"id": "2113be46ce514e088572d0ef7459c1bf",
|
||||
},
|
||||
{
|
||||
"binding": "FOLDER_CACHE",
|
||||
"id": "6d2f9904a3ff4471b0f04025c1ae87cd"
|
||||
}
|
||||
]
|
||||
"id": "6d2f9904a3ff4471b0f04025c1ae87cd",
|
||||
},
|
||||
],
|
||||
/**
|
||||
* Smart Placement
|
||||
* https://developers.cloudflare.com/workers/configuration/smart-placement/#smart-placement
|
||||
|
||||
Reference in New Issue
Block a user