When using the local filesystem with Tutor, files submitted through ORA2 end up by default under tutor/data/lms/ora2/‘SET-ME-PLEASE (ex. bucket-name)’
When using S3 it should normally be setup through AWS_STORAGE_BUCKET_NAME
What should be used for Tutor and in which patch section should it be included if I want to use a different name through a plugin? I tried a few without success thus far.
Unfortunately, it doesn’t want to cooperate as it still tries to create a ‘SET-ME-PLEASE (ex. bucket-name)’ directory instead of the name to which I set AWS_STORAGE_BUCKET_NAME even after adding an openedx-auth patch in one of my plugins.
I’ll investigate a little bit more but I am starting to think it might be a bug.