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

feat: Allow large uploads via Blob

Open dalyaidan1 opened this issue 1 year ago • 4 comments

Issue

Closes: #228

This is related to this PR in Parse Sever https://github.com/parse-community/parse-server/pull/9286

Approach

Allows large files to to be uploaded to the server via a Blob. Processes them as node streams for speed.

dalyaidan1 avatar Nov 03 '24 13:11 dalyaidan1