- Issue created by @Anul
- 🇮🇳India Anul Delhi
RCA for the issue:
The issue is that plupload uploads files in
temporary://
location and in my case it is containers (/tmp folder) which is not a consistent storage in containerised applications.Workaround added just to fix the issue (Not recommended):
I've moved making the files private on S3 itself and then move to
public://
directory.
The drawback is that the upload will be slower than before as we are uploading the file on cloud.We should think some alternative approaches for uploading a file in temp for containerised applications.
- Status changed to Closed: works as designed
6 months ago 4:13pm 1 June 2024 - 🇪🇸Spain budalokko Girona
Same issue in d7 -> https://www.drupal.org/project/plupload/issues/2161829 →
From the plupload module side there's nothing we can do other than ensure that the `temporary_uri` setting is really taken into account for the temporary upload location, as it seems it is:
https://git.drupalcode.org/project/plupload/-/blob/2.1.x/src/UploadContr...
Closing as won't fix as I'm pretty sure there's no other solution in the module side. Feel free to re-open if there is.