parse-community / parse-community/parse-server-s3-adapter
Parse.Files cannot be created if over 512MB
Open
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
- File over 500MB is uploaded
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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