s3_direct_upload
s3_direct_upload copied to clipboard
Returns incorrect asset URL when file name includes a space
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".
seems to be fixed here: https://github.com/waynehoover/s3_direct_upload/pull/189