Automattic / knox

S3 Lib
MIT License
1.74k stars 285 forks source link

Treat + as a special charater #267

Closed hurrymaplelad closed 9 years ago

hurrymaplelad commented 9 years ago

Standards suggest the + character should only be converted to a space in the query string, but S3 converts them all to spaces. We have to escape them to get at a file with a + in its key.

This bit me when a user uploaded a file (via filepicker) with + in the name.