mirror of
https://github.com/rikkaneko/paste.git
synced 2025-09-21 12:20:23 +01:00
Use GetObjectAttributes to get object size (large_paste)
Fix CORS handling Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
6be1e97122
commit
2f67469ef5
7 changed files with 91 additions and 38 deletions
|
@ -13,12 +13,15 @@
|
|||
"dedent-js": "^1.0.1",
|
||||
"itty-router": "^4.0.23",
|
||||
"js-sha256": "^0.10.1",
|
||||
"nanoid": "^5.0.2"
|
||||
"nanoid": "^5.0.2",
|
||||
"xml2js": "^0.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20231025.0",
|
||||
"@types/bootstrap": "^5.2.8",
|
||||
"@types/jquery": "^3.5.25",
|
||||
"@types/crypto-js": "4.2.2",
|
||||
"@types/xml2js": "^0.4.14",
|
||||
"eslint": "^8.52.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-formatter-friendly": "^7.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue