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

[Feature] 파일 분산 업로드 기능 구현 #404

Closed
1 of 10 tasks
hosunglee222 opened this issue Nov 1, 2024 · 0 comments · Fixed by #405
Closed
1 of 10 tasks

[Feature] 파일 분산 업로드 기능 구현 #404

hosunglee222 opened this issue Nov 1, 2024 · 0 comments · Fixed by #405
Assignees
Labels
✨ feature ✨ feature 기능 구현 관련

Comments

@hosunglee222
Copy link
Member

Type of change

  • Feature : 새로운 기능 추가
  • Bug fix : 버그 수정
  • Refactor : 코드 리팩토링 작업
  • Document : 문서작업
  • Test : 테스트 코드 작성 및 테스트 작업
  • Style : 코드 스타일 및 포맷팅 작업
  • CI/CD : CI/CD 작업 수정
  • Chore : 패키지 매니저, 라이브러리 업데이트 등의 작업

Description

  • 대용량 파일의 경우 프론트에서 파일 크기를 쪼개 전송할 수 있도록 구현합니다.

Todo

  • 분할되어 전송하는 PresingedURL 발급
  • 분할 요청 완료 API

Reference(Optional)

@hosunglee222 hosunglee222 self-assigned this Nov 1, 2024
@github-actions github-actions bot added the ✨ feature 기능 구현 관련 label Nov 1, 2024
hosung-222 added a commit that referenced this issue Nov 1, 2024
<body>
part별 이미지 업로드시 반환될 dto를 구현

- 관련 : #404
hosung-222 added a commit that referenced this issue Nov 1, 2024
<body>
core-infra 모듈로 이동

- 관련 : #404
hosung-222 added a commit that referenced this issue Nov 1, 2024
<body>
getPreSignedUrls() 를 통해 분할 이미지 업로드 URL 발급

- 관련 : #404
hosung-222 added a commit that referenced this issue Nov 1, 2024
hosung-222 added a commit that referenced this issue Nov 1, 2024
<body>
API 구현 완료

- 관련 : #404
hosung-222 added a commit that referenced this issue Nov 1, 2024
<body>
Etag를 포함하여 요청하는 dto

- 관련 : #404
hosung-222 added a commit that referenced this issue Nov 1, 2024
<body>
S3에 part 업로드 완료 처리

- 관련 : #404
hosung-222 added a commit that referenced this issue Nov 1, 2024
<body>
S3에 멀티파트 업로드를 완료하는 요청을 보내는 API 구현 완료

- 관련 : #404
hosung-222 added a commit that referenced this issue Nov 1, 2024
<body>
PartETag .Get 메서드 사용시 의존성 때문에 파람 수정

- 관련 : #404
hosung-222 added a commit that referenced this issue Nov 1, 2024
<body>
바디 etag 값 스웨거 문서화

- 관련 : #404
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature ✨ feature 기능 구현 관련
Projects
None yet
1 participant