pknu-wap / wap-blog

WAP Blog
5 stars 3 forks source link

Add AWS S3 #52

Closed alstn113 closed 2 years ago

alstn113 commented 2 years ago

유저 프로필과 Article이미지 AWS S3로 저장하는 코드 추가하기 5.19 시작~

alstn113 commented 2 years ago

aws-sdk는 version 2이고 @aws-sdk/client-s3가 version 3인데 nestjs 예제가 없어서 express랑 nestjs로 만들어 봤습니다 참고링크

alstn113 commented 2 years ago

dependencies에서 지운 것 "multer": "^1.4.4", "multer-s3": "^2.10.0", "aws-sdk": "^2.1127.0", "@types/multer": "^1.4.7"

dependencies에서 추가한 것 @aws-sdk/client-s3

devDependencies에서 추가한 것 @types/multer

alstn113 commented 2 years ago

이미지 등록 가능

alstn113 commented 2 years ago

client에서 이미지 잘 보임