I am running the storage API but having difficulty in deleting files. I cannot work out if this is an issue with the S3 bucket configuration, Storage API module config or something else? When i try and delete a file on a node edit for example i just get the ajax spinner infinitely spinning. See pic of error and config

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

leewoodman created an issue. See original summary.

Perignon’s picture

Check your server configuration with PHP and your temporary file directory. It looks like the server is not able to delete the temp files which I think, are stored the the PHP Temp dir.

Perignon’s picture

Title: Cannot Delete files » Cannot Delete Temporary files during cron jobs