parse-server-s3-adapter
parse-server-s3-adapter copied to clipboard
Parse.Files cannot be created if over 512MB
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