parse-server-s3-adapter icon indicating copy to clipboard operation
parse-server-s3-adapter copied to clipboard

Parse.Files cannot be created if over 512MB

Open dalyaidan1 opened this issue 1 year ago • 1 comments

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

dalyaidan1 avatar Nov 03 '24 13:11 dalyaidan1