ComputerScienceHouse / ComputerScienceHouse/gallery
Implement S3 multipart upload for chunked uploads
Open
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.