s3_direct_upload icon indicating copy to clipboard operation
s3_direct_upload copied to clipboard

Returns incorrect asset URL when file name includes a space

Open davidmccoy opened this issue 8 years ago • 1 comments

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".

davidmccoy avatar Jan 15 '17 23:01 davidmccoy

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

courtenay avatar Mar 28 '17 00:03 courtenay