instructure / canvas-lms

The open LMS by Instructure, Inc.
https://github.com/instructure/canvas-lms/wiki
GNU Affero General Public License v3.0
5.42k stars 2.42k forks source link

fix temp uploaded files path #2189

Closed amg-web closed 11 months ago

amg-web commented 1 year ago

fix temp uploaded files path By default it uploads files to /tmp/attachment_fu

in case of several canvas instances issue with file upload due to permissions issue changing folder to RWX for all users does not fix issue

we change to tmp/attachment_fu in this case tmp uploaded files are in project's folder tmp and no issues