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