waynehoover / s3_direct_upload

Direct Upload to Amazon S3 With CORS
MIT License
652 stars 333 forks source link

Returns incorrect asset URL when file name includes a space #256

Open davidmccoy opened 7 years ago

davidmccoy commented 7 years ago

For example, given the file name "this is a photo.jpg" the returned asset URL would be "s3.amazonaws.com/my-bucket/this+is+a+photo.jpg".

courtenay commented 7 years ago

seems to be fixed here: https://github.com/waynehoover/s3_direct_upload/pull/189