Can you please clarify on the “Uploading to AWS” backend function that was referenced on Jan 12-13 (2025)? I reviewed the demo page and the editor, but there appears to be no working demonstration of the “Uploading to AWS”. It’s only used 3 times in the demo app. Only once for the AWS Uploader page for what appears to be a custom event for deleting. The other two times are in other [testing?] pages.
My use case is to upload files that were previously uploaded to my Bubble db to S3 at a later date - without needing to upload on the page. In your comment from Jan 13, this seems possible. Both the GUI and No GUI examples, require a user to upload a file to the page. FYI: I have successfully implemented both GUI and No GUI in this app where users upload on the page - so I believe all my AWS setup is correct.
An example from your demo db would be if the AWS URLs table was prepopulated with images (stored in Bubble). Then [as a very simple example] there would be a page with a repeating group of AWS URLs with a button that would execute the upload of an AWS URLs.Image to S3 then store the url of the S3 uploaded file.
Is this possible? Thanks!