Services Plugins FAQs

Not Able to Delete Files - AWS Uploader Plugin

I’ve gone ahead and followed the plugin documentation to a T, but am unable to delete a file from the bucket. Everything uploads fine and is accessible, but the workflow, “Delete file…” does nothing for deleting a field. The debugger in Bubble shows a success and populates the URL in the key fine, and the browser console shows no associated errors. Is there anything I can provide to have this looked into? Thanks!

CORS policy is as follows…

[
{
    "AllowedHeaders": [
        "*"
    ],
    "AllowedMethods": [
        "GET",
        "PUT",
        "DELETE",
        "POST"
    ],
    "AllowedOrigins": [
        "*"
    ],
    "ExposeHeaders": [
        "ETag"
    ],
    "MaxAgeSeconds": 30000
}
]

Hello @logan, thanks for reaching out.
Apologies for the late reply.

We have tested the plugin demo page and we are not encountering any issues with deleting files from AWS. We have checked both the “delete all” and “delete single file” actions - no issues, files are being removed from the AWS bucket successfully.

Would you kidly check the plugin demo page, as an example of the workable “delete object” workflow setup?

Also, please make sure you have followed carefully the plugin documentation. It is necessary, because not us, nor our users who had configured the plugin/AWS bucket correctly are encountering any issues:

Take care.