ComputerScienceHouse / ComputerScienceHouse/gallery

Implement S3 multipart upload for chunked uploads

Open
#137 0 comments 0 reactions 1 assignee Claimed by @aln730 View on GitHub
enhancement
Dominant language
Python
Stars
22
Forks
30
Avg merge
2h 26m
Merged PRs (30d)
1

Description

### What
---
The current chunked upload flow (`/upload/chunk` and `/upload/chunk/finalize`) doesn't use real S3 multipart upload. Each chunk is appended to a local temp file and the fully assembled file is uploaded to S3.

### Change
---
Moderate rewrite of chunked uploads.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.