refactor: trocar SDK MinIO pelo AWS S3 client

This commit is contained in:
Erik
2025-11-27 14:45:33 -03:00
parent 86cfda78b2
commit 01885be3bb
3 changed files with 1742 additions and 304 deletions

View File

@@ -13,11 +13,11 @@
"seed": "node prisma/seed.mjs"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.940.0",
"@prisma/client": "^5.22.0",
"bcryptjs": "^3.0.3",
"date-fns": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"minio": "^7.1.3",
"next": "15.1.0",
"next-themes": "^0.4.6",
"pg": "^8.16.3",