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

Handle Aws::S3::Errors::NoSuchUpload error better #21

Closed jclusso closed 3 years ago

jclusso commented 3 years ago

Instead of raising an Aws::S3::Errors::NoSuchUpload error, we return a 404. I think I've got this done correctly but honestly not 100%. Let me know your thoughts. This is to address #18.