@levon I’m having issues again with the AWS file uploader. I’m not sure whats going on but the file uploaders I added this morning are working fine, but any uploader I’ve try to add to my bubble app since lunch time is generating an unusable file url. See screencast below.
It looks like you use a folder in AWS account, for that folder you need to add a prefix to filename, this is from documentation: “The key names include the folder name as a prefix.”
In other AWS plugins on your page you have a prefix name “exemplar” witch is your AWS folder. So in any new added plugin instance you must include prefix “exemplar”
Hope this helps