s3 refactoring, cache-control

This commit is contained in:
skidoodle 2022-05-02 13:21:55 +02:00
parent 7108943dc2
commit 7f3e74abd4
3 changed files with 84 additions and 96 deletions

View file

@ -11,12 +11,12 @@
"buildexport": "next build && next export"
},
"dependencies": {
"aws-sdk": "^2.1125.0",
"dotenv": "^16.0.0",
"@swc/core": "^1.2.173",
"aws-sdk": "^2.1125.0",
"copy-to-clipboard": "^3.3.1",
"csstype": "^3.0.10",
"dayjs": "^1.11.1",
"dotenv": "^16.0.0",
"goober": "2.1.9",
"next": "12.1.5",
"react": "^18.1.0",
@ -28,14 +28,10 @@
"use-last-fm": "^0.6.1"
},
"devDependencies": {
"@types/node": "17.0.27",
"@types/react": "^18.0.8",
"@types/node": "17.0.30",
"@types/react": "^18.0.7",
"@types/react-dom": "^18.0.3",
"eslint": "8.14.0",
"eslint-config-next": "12.1.1",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.4"
}