parse-community / parse-community/parse-server-s3-adapter

Parse.Files cannot be created if over 512MB

Open
#228 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type:feature
Dominant language
JavaScript
Stars
80
Forks
86
PR merge metrics
No merged PRs in 30d

Description

Current Limitation

https://github.com/parse-community/parse-server/pull/9286 will introduce Blobs as an input type for large files. Add support here.

Feature / Enhancement Description

Allow processing of large Blobs on file creation.

Example Use Case
  1. File over 500MB is uploaded
  2. File is saved as expected
Alternatives / Workarounds

N/A

3rd Party References

N/A

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the linked parse-server pull request 9286, then trace the file-creation path in this S3 adapter to see where Blob inputs are handled. The work is done when a file over 500MB can be uploaded and saved as expected; the issue names no specific files or tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, javascript
Domain
backend, cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.