For example, if you set Key to uploads/some/folder/blah.jpg, then returned Location is http://domain.com/uploads%2Fsome%2Ffolder%2Fblah.jpg when it should be uploads/some/folder/blah.jpg without URL encoded forward slashes.
This module just returns the response from the AWS SDK as is so if you would like this behavior changed you'll have to open an issue on the AWS SDK repo.
For example, if you set
Key
touploads/some/folder/blah.jpg
, then returnedLocation
ishttp://domain.com/uploads%2Fsome%2Ffolder%2Fblah.jpg
when it should beuploads/some/folder/blah.jpg
without URL encoded forward slashes.