Open yenaing-oo opened 1 month ago
How can I test whether the media/bags/
and media/uploaded_files/
directories exist? Are they only created when a file is uploaded? I made a submission and uploaded a file, but I could not find the media/
directory in /app/bagitobjecttransfer/recordtransfer
:
There were no files in /app/bagitobjecttransfer/media/
either:
How can I test whether the
media/bags/
andmedia/uploaded_files/
directories exist? Are they only created when a file is uploaded? I made a submission and uploaded a file, but I could not find themedia/
directory in/app/bagitobjecttransfer/recordtransfer
:
That's a valid point, I actually think the variables need to be different for test, dev, and prod.
/app/bagitobjecttransfer/media/bags/
/app/bagitobjecttransfer/media/uploaded_files/
/app/media/bags/
/app/media/uploaded_files/
media/bags/
media/uploaded_files/
You might notice that it's not possible to set them differently depending on their environment, that's because of this issue: #210.
This PR is blocked until #210 is resolved.
Closes https://github.com/NationalCentreTruthReconciliation/Secure-Record-Transfer/issues/207