Skip to content

Commit

Permalink
feat: add s3 uploader
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Feb 2, 2024
1 parent e0132ef commit 244e96e
Show file tree
Hide file tree
Showing 7 changed files with 1,174 additions and 55 deletions.
3 changes: 3 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
OPENAI_API_KEY=

TMDB_API_KEY=

S3_ACCESS_KEY=
S3_SECRET_KEY=
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"prod:reload": "pm2 reload ecosystem.config.js"
},
"dependencies": {
"@aws-sdk/client-s3": "3.504.0",
"@clerk/nextjs": "4.29.5",
"@excalidraw/excalidraw": "0.17.2",
"@floating-ui/react-dom": "2.0.8",
Expand Down
Loading

0 comments on commit 244e96e

Please sign in to comment.