transloadit / uppy-server

[DEPRECATED] 'Uppy Server' was renamed to 'Companion' and lives inside the Uppy repo no
https://github.com/transloadit/uppy/tree/master/packages/%40uppy/companion
MIT License
114 stars 27 forks source link

S3 Multipart uploads #75

Closed goto-bus-stop closed 6 years ago

goto-bus-stop commented 6 years ago

Note: This does not yet implement multipart uploading on the server, so you can't upload from GDrive to S3 using Multipart uploads with this PR.

This patch adds some endpoints to the S3 controller for multipart uploads:

Checkboxes are TODOs.

goto-bus-stop commented 6 years ago

Typescript doesn't like the req.uppy references in the S3 controller because the Request type does not declare an uppy property. do you know of a way to deal with that?

goto-bus-stop commented 6 years ago

Hmm, CI can't install the dependency from github because git isn't available. I'll try swapping it for a module from npm