Hi, I’ve just setup the AWS File Uploader plugin in my app and followed the docs to successfully upload media to my S3 bucket. I’m not able to use the ‘Delete Files/File’ workflow action, and get the same console error every time: “Plugin action Delete Files/File error: Error: Invalid keyPath format: Cannot read properties of undefined (reading ‘startsWith’).”
The GUI Uploader element has a built in delete/remove action on uploaded media, and that works - I can upload a file, see it hit my S3 bucket, click ‘remove’ on the preview in the GUI element, and see it leave my S3 bucket. But I cannot get the Delete workflow action to execute. The action takes two inputs, bucket name and file URL path. I’ve tried a variety of file URLs, including the format used in the demo app, which is the path stripped of all URL params using Regex. No luck. Has anyone successfully used the ‘Delete Files/File’ workflow action recently? Thank you!