You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2018. It is now read-only.
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.