The url encoding of spaces (%20) gets double encoded, turning it to %2520. Which is all great except AWS file servers have taken to handling the space issue by replacing spaces with the '+' char. So basicly the permission is working, the file just isn't found with files that have spaces in the names.
The url encoding of spaces (%20) gets double encoded, turning it to %2520. Which is all great except AWS file servers have taken to handling the space issue by replacing spaces with the '+' char. So basicly the permission is working, the file just isn't found with files that have spaces in the names.