Skip to content

Conversation

@mirlee0304
Copy link
Member

@mirlee0304 mirlee0304 commented Feb 18, 2025

Pull request

Related issue

#159

Motivation and context

파일을 한번에 여러개 업로드하니 작은 파일이어도 업로드 시간이 상당히 소요되었습니다.

Solution

  1. 클라이언트에서 서버로 전달하는 파일을 청크형으로 변경하였습니다.
  2. 서버에서 S3에 파일을 올리는 방법을 멀티파트로 변경하였습니다.

How has this been tested

임시 파이썬 클라이언트 코드를 만들어 테스트하였습니다.
스크린샷 2025-02-18 오후 3 43 00

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the docs/CONTRIBUTING.md document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@netlify
Copy link

netlify bot commented Feb 18, 2025

Deploy Preview for jootalkpia canceled.

Name Link
🔨 Latest commit a46eb81
🔍 Latest deploy log https://app.netlify.com/sites/jootalkpia/deploys/67b4323630bb950008d765fd

@mirlee0304 mirlee0304 self-assigned this Feb 18, 2025
@mirlee0304 mirlee0304 added ✨ Feature 기능 추가 🎮 BE 백엔드 무조건 스프린트내에 해야하는 것들 labels Feb 18, 2025
@mirlee0304 mirlee0304 added this to the 주톡피아 마일스톤3 milestone Feb 18, 2025
@mirlee0304 mirlee0304 merged commit 8f621bf into dev Feb 18, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 기능 추가 무조건 스프린트내에 해야하는 것들 🎮 BE 백엔드

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants