Caesarsage / Caesarsage/aws-multipart-uploads-react-node

Fails to generate large enough chunks, leading to EntityTooSmall when completing

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
9
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Code as used with the client on https://www.freecodecamp.org/news/upload-large-files-with-aws/#step-2-how-to-set-up-aws-s3-backend-with-nodejs doesn't work, because it chunks the file in to chunks that, for instance have length 5592408 encoded, but Buffer.from() turns them in to a length of 4194304 so it won't reassemble

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.