I’m trying to use the AWS plugin to delete an uploaded file.
When running the ‘delete file’ action in a browser/front-end workflow it works perfectly - the desired file is deleted from my AWS S3 bucket.
But I can’t get it to work at all in a backend workflow.
I’ve checked all the logs, and the workflow is definitely running, and I’ve checked that the correct URL for the file is being passed to the workflow.
But it wont delete the file.
Any ideas why it works in the browser, but not in the back-end?