Configuré storage provider Amazon S3 and as I understand it in the documentation, it should not work with BLOB fields, but it is uploading files to S3 ...
I have a webpanel with a variable type BLOB that I use to import and process an excel file. The issue is that after selecting the file and confirming, it is being uploaded to S3 and I need to process it locally, not in s3.
According to the documentation, I understand that this behavior should occur only for images, audio and video.
*** I add to the above that ExcelDocument, when saving the spreadsheets, is saving them in S3 as well, which is complicating me with all the reports of the pattern!