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

✨ [STMT-187] 복수의 presigned url 발급 API 구현 #146

Merged
merged 9 commits into from
Jul 30, 2024

Conversation

05AM
Copy link
Member

@05AM 05AM commented Jul 30, 2024

💁 해결 하려는 문제를 적어주세요

스터디의 활동을 생성할 때 최대 5개의 presigned url이 필요합니다.

🤔 어떤 방식으로 해결했는지 적어주세요

업로드할 이미지의 개수만큼 요청을 하기보다는 복수의 url을 한번의 요청으로 발급하는 것이 효율적이라고 생각하여,

업로드할 복수의 이미지 정보 목록을 받고 병렬로 presigned url 목록을 요청하는 방식으로 구현했습니다.

@05AM 05AM added the feature label Jul 30, 2024
@05AM 05AM self-assigned this Jul 30, 2024
@05AM 05AM merged commit d62ca36 into dev Jul 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant