Skip to content

Commit

Permalink
chore : object storage 사용을 위한 패키지 설치 #35
Browse files Browse the repository at this point in the history
- aws-sdk 설치
- aws-sdk를 사용하기 위한 config 파일 생성

Co-authored-by: GeunH <[email protected]>
  • Loading branch information
LeeTH916 and GeunH committed Nov 30, 2023
1 parent 72b3ce0 commit 5df4878
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 0 deletions.
1 change: 1 addition & 0 deletions be/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#config
typeorm.config.ts
objectStorage.config.json

# Logs
logs
Expand Down
106 changes: 106 additions & 0 deletions be/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions be/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^7.1.15",
"@nestjs/typeorm": "^10.0.1",
"aws-sdk": "^2.348.0",
"axios": "^1.6.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
Expand Down

0 comments on commit 5df4878

Please sign in to comment.