move to storage service

This commit is contained in:
2024-03-15 13:37:07 +01:00
parent b2a971fd30
commit 22bc42f635
11 changed files with 132 additions and 1295 deletions

View File

@@ -24,9 +24,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.454.0",
"@aws-sdk/client-ses": "^3.454.0",
"@aws-sdk/credential-provider-node": "^3.451.0",
"@it-incubator/storage-sdk": "^0.0.8",
"@nestjs-modules/mailer": "^1.9.1",
"@nestjs/common": "10.2.9",
"@nestjs/config": "^3.1.1",
@@ -41,7 +39,6 @@
"@nestjs/swagger": "^7.1.16",
"@prisma/client": "4.16.0",
"@types/passport-local": "^1.0.38",
"aws-sdk": "^2.1499.0",
"bcrypt": "5.1.0",
"class-transformer": "0.5.1",
"class-validator": "^0.14.0",
@@ -56,7 +53,6 @@
"reflect-metadata": "^0.1.13",
"remeda": "^1.29.0",
"rxjs": "^7.8.1",
"swagger-themes": "^1.2.30",
"uuid": "^9.0.1"
},
"devDependencies": {