Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] 파일 및 스크린샷 URL 저장 로직 수정 #121

Merged
merged 4 commits into from
Aug 24, 2023

Conversation

yeseul106
Copy link
Member

📝 Summary

  • 파일 및 스크린샷 URL을 DB에 저장하는 로직을 클라분들에게 URL을 직접 받는 것이 아닌, 정보를 받아서 url은 서버에서 처리하도록 로직 수정하였습니다.

👩‍💻 Contents

  • 파일 이름, 파일 UUID 등 필요한 정보 받아서 S3에 저장된 객체 위치에 따라 url을 생성해서 DB에 저장하도록 구현했습니다.
  • 키워드 생성 시, 생성된 키워드 id도 response header에 넣어달라고 요청하셔서 대응 했습니다.

📝 Review Note

📣 Related Issue

📬 Reference

@yeseul106 yeseul106 added 🐼 예슬 🐼 🐞Fix🐞 에러 발생 시, 버그 labels Aug 24, 2023
@yeseul106 yeseul106 self-assigned this Aug 24, 2023
Copy link
Member

@Seokyeong237 Seokyeong237 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!!

@yeseul106 yeseul106 merged commit e72c076 into develop Aug 24, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞Fix🐞 에러 발생 시, 버그 🐼 예슬 🐼
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 파일 및 스크린샷 Url 저장 로직 수정
2 participants