- Issue created by @joe.murray
- Status changed to Closed: works as designed
over 1 year ago 10:35pm 7 June 2023 - πΊπΈUnited States jrockowitz Brooklyn, NY
Exactly. Using the Gluster FS was the only thing that worked for us, and for #3118815: Files on submissions remain in directory _sid_, are therefore could be cleaned by cron and are inaccessible to users β . If this is to be worked around by the framework in some way I would consider that Drupal Core's responsibility, not Webform's.
(I updated the issue tags according to the guidelines.)
@jrockowitz: Should they use Elastic File System (Amazon EFS) as shared storage for the Drupal temporary directory?
- πΊπΈUnited States jrockowitz Brooklyn, NY
Yes, I think you have to use the shared file storage as a temp directory.
- π¨π¦Canada joe.murray
I'm am a bit confused by the reference to how to solve problems with file uploads getting broken when this is for a file download. I take it that the file provided for downloading is saved to disk prior to the download, which makes the shared file system between AWS instances relevant. And the assumption is that the process of writing the file to a shared disk is all going to be properly handled without needing to deal with AWS stickiness?
We'll try something like EFS for the temp directory and report back here if that does not solve things.