janko / uppy-s3_multipart

Provides Ruby endpoints for AWS S3 multipart uploads in Uppy
https://uppy.io/docs/aws-s3/
MIT License
65 stars 21 forks source link

Is uppy required to use this ? #15

Closed masudhossain closed 4 years ago

masudhossain commented 4 years ago

We're using jquery file uploader and need a way to upload multiparts. Curious if this library requires us to use uppy.

janko commented 4 years ago

Hi, the endpoints are generic and don't require Uppy, so you should be able to use it with other JS libraries.

masudhossain commented 4 years ago

Switched over to uppyjs because it was just easier to do so than use jquery uploader.