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

OPTIONS route 404 #19

Closed jshow closed 3 years ago

jshow commented 3 years ago

Hello,

uppy-s3_multipart (0.3.4)

Although this version of uppy-s3_multipart features a route for OPTIONS

OPTIONS https://our-domain.com/s3/multipart/idid8dixtaweS8jM1Z0ci4Nx1iXn7abm7VGb8C3BsgMKqkto3PcSjDfYgca2M46u5jkxqpa2Xd0meRsv9eCS9qDQmYvqJQkffkdESdCBleYRpUuuS9LtFEYwP9Fl8zB/1?key=uploads%2F398867e3-db12-453f-8a8b-46e57f4a43e9.webm

we are seeing 404s

also, seeing intermittent failed uploads that are not attributable to internet speed, my spidey-senses says they may be related

can someone advise on a solution or debugging approach?

jshow commented 3 years ago

I've submitted the above PR to add the missing route

fingers crossed this positively impacts the intermittent upload failures

janko commented 3 years ago

Thanks, released version 1.1.0 with this change.