You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current background job import is using temporary storage when dealing with s3 primary storage or encryption.
This is because the ZipArchive can only open local files, so we need to download the file if it's not directly readable like with Local storage (using $file->getLocalFile().
To solve this, we might need to research using a different library which supports streaming the zip file somewhere for extraction.
The current background job import is using temporary storage when dealing with s3 primary storage or encryption.
This is because the ZipArchive can only open local files, so we need to download the file if it's not directly readable like with
Local
storage (using$file->getLocalFile()
.To solve this, we might need to research using a different library which supports streaming the zip file somewhere for extraction.
@come-nc as discussed, for later
The text was updated successfully, but these errors were encountered: