Hi I have setup with UPLOAD_LOCATION=./library where /library is in a shared location as part of Docker (in a shared location).
When other users upload, the files are stored in a shared location therefore accessible to others.
How should I be setting up to allow users to access the upload location but others cannot see the uploaded files?
Should I have the configuration pointing the upload location to a private folder and would that give any access issues to other users?